Skip to content

Commit

Permalink
Update wrangler to v3 in client deployment flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfcochauxlaberge authored Jan 8, 2024
1 parent de25d3e commit 2f3cc00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
node-version: '20.x'
- run: npm ci
- run: npm run build
- run: npm i @cloudflare/wrangler@v1.16.1
- run: npm i wrangler@v3.22.3
- run: CF_ACCOUNT_ID=${{ secrets.CF_ACCOUNT_ID }} CF_ZONE_ID=${{ secrets.CF_ZONE_ID }} CF_API_TOKEN=${{ secrets.CF_API_TOKEN }} npx wrangler publish
4 changes: 2 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name = "arkipel"
type = "webpack"
route = "arkipel.io/*"
main = "workers-site/index.js"
compatibility_date = "2024-01-07"
workers_dev = false

[site]
bucket = "./dist"
entry-point = "workers-site"

0 comments on commit 2f3cc00

Please sign in to comment.