preview: workflow tweaks

This commit is contained in:
John Bowdre 2024-06-06 18:10:08 -05:00
parent 7e878358f9
commit e2b6f268e1

View file

@ -5,6 +5,7 @@ on:
push:
branches:
- preview
workflow_dispatch:
concurrency: # prevent concurrent deploys doing strange things
group: deploy-preview
@ -53,6 +54,7 @@ jobs:
destination: /
storageZoneName: "${{ secrets.BUNNY_STORAGE_NAME }}"
storagePassword: "${{ secrets.BUNNY_STORAGE_PASSWORD }}"
storageEndpoint: "${{ secrets.BUNNY_STORAGE_ENDPOINT }}"
accessKey: "${{ secrets.BUNNY_STORAGE_KEY }}"
pullZoneId: "${{ secrets.BUNNY_ZONE_ID }}"
upload: "true"