Fix deployment script syntax

This commit is contained in:
Keavon Chambers
2021-04-09 22:37:58 -07:00
committed by GitHub
parent f258f2418b
commit 22fe11b950
+3 -3
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 }}