From fe017295af220ef614799ebbbbbb7e5cee568bfa Mon Sep 17 00:00:00 2001 From: vgmoose Date: Mon, 27 Nov 2023 22:26:55 -0500 Subject: [PATCH] ci: adjust env path and secrets --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33ed1fe..748b156 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,13 +28,13 @@ jobs: - name: Deploy to BunnyCDN uses: ayeressian/bunnycdn-storage-deploy@v2.2.0 with: - source: "dist" + source: "build" 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" \ No newline at end of file