mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
preview: workflow tweaks
This commit is contained in:
parent
7e878358f9
commit
e2b6f268e1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- preview
|
- preview
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency: # prevent concurrent deploys doing strange things
|
concurrency: # prevent concurrent deploys doing strange things
|
||||||
group: deploy-preview
|
group: deploy-preview
|
||||||
|
@ -53,6 +54,7 @@ jobs:
|
||||||
destination: /
|
destination: /
|
||||||
storageZoneName: "${{ secrets.BUNNY_STORAGE_NAME }}"
|
storageZoneName: "${{ secrets.BUNNY_STORAGE_NAME }}"
|
||||||
storagePassword: "${{ secrets.BUNNY_STORAGE_PASSWORD }}"
|
storagePassword: "${{ secrets.BUNNY_STORAGE_PASSWORD }}"
|
||||||
|
storageEndpoint: "${{ secrets.BUNNY_STORAGE_ENDPOINT }}"
|
||||||
accessKey: "${{ secrets.BUNNY_STORAGE_KEY }}"
|
accessKey: "${{ secrets.BUNNY_STORAGE_KEY }}"
|
||||||
pullZoneId: "${{ secrets.BUNNY_ZONE_ID }}"
|
pullZoneId: "${{ secrets.BUNNY_ZONE_ID }}"
|
||||||
upload: "true"
|
upload: "true"
|
||||||
|
|
Loading…
Reference in a new issue