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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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