mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
update preview workflow
This commit is contained in:
parent
1472e1fd40
commit
d0c2c61f52
1 changed files with 4 additions and 4 deletions
8
.github/workflows/deploy-preview.yml
vendored
8
.github/workflows/deploy-preview.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Deploy Preview to Bunny
|
name: Build and Deploy Preview
|
||||||
|
|
||||||
# only run on changes to preview
|
# only run on changes to preview
|
||||||
on:
|
on:
|
||||||
|
@ -52,11 +52,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
source: public
|
source: public
|
||||||
destination: /
|
destination: /
|
||||||
storageZoneName: "${{ secrets.BUNNY_STORAGE_NAME }}"
|
storageZoneName: "${{ secrets.BUNNY_STORAGE_NAME_PREVIEW }}"
|
||||||
storagePassword: "${{ secrets.BUNNY_STORAGE_PASSWORD }}"
|
storagePassword: "${{ secrets.BUNNY_STORAGE_PASSWORD_PREVIEW }}"
|
||||||
storageEndpoint: "${{ secrets.BUNNY_STORAGE_ENDPOINT }}"
|
storageEndpoint: "${{ secrets.BUNNY_STORAGE_ENDPOINT }}"
|
||||||
accessKey: "${{ secrets.BUNNY_API_KEY }}"
|
accessKey: "${{ secrets.BUNNY_API_KEY }}"
|
||||||
pullZoneId: "${{ secrets.BUNNY_ZONE_ID }}"
|
pullZoneId: "${{ secrets.BUNNY_ZONE_ID_PREVIEW }}"
|
||||||
upload: "true"
|
upload: "true"
|
||||||
remove: "true"
|
remove: "true"
|
||||||
purgePullZone: "true"
|
purgePullZone: "true"
|
Loading…
Reference in a new issue