Skip to content

feat(workflow): add unit test workflow #44

feat(workflow): add unit test workflow

feat(workflow): add unit test workflow #44

name: Deploy to Cloudflare Workers
on:
push:
branches:
- main
- master
- hono-rewrite
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: deploy src/index.ts --minify