Skip to content

Commit 7f58d69

Browse files
committed
chore(build-push.yml): update storage and pull zone secrets for Bunny CDN integration
1 parent 03c757a commit 7f58d69

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
with:
2929
source: "build"
3030
destination: "www"
31-
storageZoneName: "${{ secrets.STORAGE_NAME }}"
32-
storagePassword: "${{ secrets.STORAGE_PASSWORD }}"
31+
storageZoneName: "${{ secrets.BUNNY_STORAGE_NAME }}"
32+
storagePassword: "${{ secrets.BUNNY_STORAGE_PASSWORD }}"
3333
accessKey: "${{ secrets.BUNNY_API_KEY }}"
34-
pullZoneId: "${{ secrets.ZONE_ID }}"
34+
pullZoneId: "${{ secrets.BUNNY_ZONE_ID }}"
3535
upload: "true"
3636
remove: "true"
3737
purgePullZone: "true"

0 commit comments

Comments
 (0)