Skip to content

Commit

Permalink
wrangler updates: build
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Feb 19, 2024
1 parent 41a3095 commit 0081f88
Show file tree
Hide file tree
Showing 5 changed files with 3,084 additions and 11,693 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-alphaNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 }}
workingDirectory: 'server'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-devNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 }}
workingDirectory: 'server'
Loading

0 comments on commit 0081f88

Please sign in to comment.