Skip to content

Commit

Permalink
Merge pull request #237 from PabloLec/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…op/cloudflare/wrangler-action-3.1.1

Bump cloudflare/wrangler-action from 2.0.0 to 3.1.1
  • Loading branch information
PabloLec authored Sep 5, 2023
2 parents 0009f87 + 0f420fd commit 7e58bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Publish mongo-proxy
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@v3.1.1
with:
preCommands: cd src/main/workers/api && npm install .
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: publish --env production --var REALM_APPID:${{ secrets.REALM_APPID }} --var MONGO_API_KEY:${{ secrets.MONGO_API_KEY }}
- name: Publish prerender
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@v3.1.1
with:
preCommands: cd src/main/workers/prerender && npm install .
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand Down

0 comments on commit 7e58bf9

Please sign in to comment.