Skip to content

Commit

Permalink
ci: adjust env path and secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Nov 28, 2023
1 parent cd8a13a commit 3b8b0e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- name: Deploy to BunnyCDN
uses: ayeressian/[email protected]
with:
source: "dist"
source: "public"
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 3b8b0e9

Please sign in to comment.