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