The source code for my personal website and blog. hanna.lol
blog website

ci: deploy to production instead of staging

doll.sister.pet 9883d03e c5e4f576

verified
+1 -1
+1 -1
.tangled/workflows/pages.yml
··· 20 20 - name: 'Build static website files' 21 21 command: pnpm run build 22 22 - name: 'Deploy files to cloudflare' 23 - command: pnpm run deploy 23 + command: pnpm run deploy --branch main