1 parent 03c757a commit 7f58d69Copy full SHA for 7f58d69
1 file changed
.github/workflows/build-push.yml
@@ -28,10 +28,10 @@ jobs:
28
with:
29
source: "build"
30
destination: "www"
31
- storageZoneName: "${{ secrets.STORAGE_NAME }}"
32
- storagePassword: "${{ secrets.STORAGE_PASSWORD }}"
+ storageZoneName: "${{ secrets.BUNNY_STORAGE_NAME }}"
+ storagePassword: "${{ secrets.BUNNY_STORAGE_PASSWORD }}"
33
accessKey: "${{ secrets.BUNNY_API_KEY }}"
34
- pullZoneId: "${{ secrets.ZONE_ID }}"
+ pullZoneId: "${{ secrets.BUNNY_ZONE_ID }}"
35
upload: "true"
36
remove: "true"
37
purgePullZone: "true"
0 commit comments