Skip to content

Commit

Permalink
ci: adjust env secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Nov 28, 2023
1 parent cd8a13a commit 2a597e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
with:
source: "dist"
destination: "www"
storageZoneName: "hbas-frontend"
storageZoneName: "${{ secrets.STORAGE_ZONE_NAME }}"
storageEndpoint: "uk.storage.bunnycdn.com"
storagePassword: "${{ secrets.STORAGE_PASSWORD }}"
accessKey: "${{ secrets.STORAGE_KEY }}"
pullZoneId: "hbas-frontend"
pullZoneId: "${{ secrets.PULL_ZONE_ID }}"
upload: "true"
remove: "true"
purgePullZone: "true"

0 comments on commit 2a597e8

Please sign in to comment.