just a website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add manual event to workflow

+5 -5
+4 -4
.tangled/workflows/deploy.yaml
··· 1 1 when: 2 - - event: "push" 3 - branch: "main" 2 + - event: ["push", "manual"] 3 + branch: ["main"] 4 4 5 5 engine: "nixery" 6 6 ··· 9 9 - bun 10 10 11 11 steps: 12 - - name: install 12 + - name: install wrangler 13 13 command: "bun install" 14 - - name: Deploy to Cloudflare 14 + - name: deploy 15 15 command: "bun wrangler deploy"
+1 -1
wrangler.jsonc
··· 1 1 { 2 2 "name": "website", 3 - "compatibility_date": "2026-03-24", 3 + "compatibility_date": "2026-05-01", 4 4 "assets": { 5 5 "directory": "./_site", 6 6 "html_handling": "auto-trailing-slash",