Fix deployment script syntax

This commit is contained in:
Keavon Chambers 2021-04-09 22:37:58 -07:00
parent 7a869c76ec
commit 934286b1bd
1 changed files with 3 additions and 3 deletions

View File

@ -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 }}