Skip to content

Commit

Permalink
test: what happens on failed upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeressian committed Feb 6, 2024
1 parent 95cef90 commit 31e063a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
uses: ayeressian/bunnycdn-storage-deploy@master
with:
source: "e2e/test-dir"
destination: "www"
storageZoneName: "${{ secrets.STORAGE_NAME_TEST }}"
storagePassword: "${{ secrets.STORAGE_PASSWORD_TEST }}"
accessKey: "${{ secrets.ACCESS_KEY_TEST }}"
pullZoneId: "${{ secrets.ZONE_ID_TEST }}"
upload: "true"
remove: "true"
remove: "false"
purgePullZone: "true"

0 comments on commit 31e063a

Please sign in to comment.