Skip to content

Commit

Permalink
Merge pull request #3 from astrolicious/renovate/cloudflare-wrangler-…
Browse files Browse the repository at this point in the history
…action-3.x
  • Loading branch information
mandar1jn authored Apr 5, 2024
2 parents a35d8c8 + 64cd1ce commit 9266231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bun install

- name: Deploy production
uses: cloudflare/wrangler-action@v3.3.2
uses: cloudflare/wrangler-action@v3.4.1
with:
command: deploy --env production
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: bun install

- name: Deploy staging
uses: cloudflare/wrangler-action@v3.3.2
uses: cloudflare/wrangler-action@v3.4.1
with:
command: deploy --env staging
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down

0 comments on commit 9266231

Please sign in to comment.