Skip to content

Merge pull request #18 from unstubbable/update-to-latest-canary #88

Merge pull request #18 from unstubbable/update-to-latest-canary

Merge pull request #18 from unstubbable/update-to-latest-canary #88

Workflow file for this run

name: Deployment
on:
push:
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
environment: Cloudflare Workers
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install
run: npm i
- name: Test
run: npm t
- name: Deploy
run: npm run deploy -- -F cloudflare-app