The source code for my personal website
0

Configure Feed

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

ci: add cloudflare credentials to deploy step

hanna (Mar 18, 2026, 5:53 PM EDT) d81b0d7e c9bc8d97

+3
+3
.tangled/workflows/pages.yml
··· 18 18 command: bun run build 19 19 - name: 'Deploy files to cloudflare' 20 20 command: bun run deploy 21 + environment: 22 + CLOUDFLARE_ACCOUNT_ID: $CLOUDFLARE_ACCOUNT_ID 23 + CLOUDFLARE_API_TOKEN: $CLOUDFLARE_API_TOKEN 21 24