diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 483b8f1..2c47b79 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,14 +18,14 @@ jobs: - name: Deploy to Staging if: github.event_name == 'push' - uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca + uses: cloudflare/wrangler-action@392082e81ffbcb9ebdde27400634aa004b35ea37 with: apiToken: ${{ secrets.CF_API_TOKEN }} command: deploy --env staging - name: Deploy to Production if: github.event_name == 'workflow_dispatch' - uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca + uses: cloudflare/wrangler-action@392082e81ffbcb9ebdde27400634aa004b35ea37 with: apiToken: ${{ secrets.CF_API_TOKEN }} command: deploy --env prod