Fix deployment script syntax
This commit is contained in:
parent
7a869c76ec
commit
934286b1bd
|
|
@ -23,6 +23,6 @@ jobs:
|
|||
- name: build node
|
||||
run: cd client/web && npm run build
|
||||
- name: Deploy to Cloudflare Workers
|
||||
uses: cloudflare/wrangler-action@1.2.0
|
||||
with:
|
||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||
uses: cloudflare/wrangler-action@1.2.0
|
||||
with:
|
||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue