Skip to content

Add /other/freedom and /other/one-shot #106

Add /other/freedom and /other/one-shot

Add /other/freedom and /other/one-shot #106

Workflow file for this run

name: Deploy to Cloudflare
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
name: Publish
steps:
- uses: actions/checkout@v4
- name: Publish hnkrocks-router to Cloudflare
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}