just some general statistic
just some general statistic

.github/workflows/deploy.ymlname = "worker-api"
main = "src/index.ts"
compatibility_date = "2023-11-21"
routes = [
{ pattern = "worker-api.domain.ai", custom_domain = true },
{ pattern = "dev.worker-api.domain.ai", custom_domain = true },- name: Deploy to Cloudflare Workers with Wrangler
uses: cloudflare/wrangler-action@v3.3.2
name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}