Skip to content

minor: switch from /generate/video to tiktok api /v1/play #32

minor: switch from /generate/video to tiktok api /v1/play

minor: switch from /generate/video to tiktok api /v1/play #32

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