diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9f49130..1181872 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,14 +17,14 @@ jobs: - name: Deploy to Staging if: github.event_name == 'push' - uses: cloudflare/wrangler-action@09fc6b504568cf179b085df24393f237fea6c7f6 + uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f with: apiToken: ${{ secrets.CF_API_TOKEN }} command: deploy --env staging - name: Deploy to Production if: github.event_name == 'workflow_dispatch' - uses: cloudflare/wrangler-action@09fc6b504568cf179b085df24393f237fea6c7f6 + uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f with: apiToken: ${{ secrets.CF_API_TOKEN }} command: deploy --env prod