Skip to content

Commit

Permalink
wrangler: upgrade v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Feb 19, 2024
1 parent f829a0b commit ee31926
Show file tree
Hide file tree
Showing 5 changed files with 3,087 additions and 11,692 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-alphaNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish to alphaNet
uses: cloudflare/wrangler-action@1.1.0
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
preCommands: 'yarn add @cloudflare/kv-asset-handler'
workingDirectory: 'server'
environment: alphanet
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-devNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish to devNet
uses: cloudflare/wrangler-action@1.1.0
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
preCommands: 'yarn add @cloudflare/kv-asset-handler'
workingDirectory: 'server'
Loading

0 comments on commit ee31926

Please sign in to comment.