From e2b6f268e1f33b45160b0ef5edf189dbd9d11923 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 6 Jun 2024 18:10:08 -0500 Subject: [PATCH] preview: workflow tweaks --- .github/workflows/deploy-preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 97c5dd5..e071cce 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -5,6 +5,7 @@ on: push: branches: - preview + workflow_dispatch: concurrency: # prevent concurrent deploys doing strange things group: deploy-preview @@ -53,6 +54,7 @@ jobs: destination: / storageZoneName: "${{ secrets.BUNNY_STORAGE_NAME }}" storagePassword: "${{ secrets.BUNNY_STORAGE_PASSWORD }}" + storageEndpoint: "${{ secrets.BUNNY_STORAGE_ENDPOINT }}" accessKey: "${{ secrets.BUNNY_STORAGE_KEY }}" pullZoneId: "${{ secrets.BUNNY_ZONE_ID }}" upload: "true"