Skip to content

chore(deps-dev): bump wrangler from 2.20.0 to 2.20.2 #35

chore(deps-dev): bump wrangler from 2.20.0 to 2.20.2

chore(deps-dev): bump wrangler from 2.20.0 to 2.20.2 #35

Workflow file for this run

name: deploy
on:
push:
pull_request:
repository_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
cache: npm
- run: npm install
- name: Publish
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}