Skip to content

Merge pull request #94 from bjschafer/dependabot/npm_and_yarn/wrangle… #29

Merge pull request #94 from bjschafer/dependabot/npm_and_yarn/wrangle…

Merge pull request #94 from bjschafer/dependabot/npm_and_yarn/wrangle… #29

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v2
- name: Publish
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}