my website at https://anirudh.fi

.tangled/workflows: deploy using ci

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

anirudh.fi a08ffe44 950e99b4

verified
+15
+15
.tangled/workflows/deploy.yaml
··· 1 + when: 2 + - event: ["push"] 3 + branch: ["master"] 4 + 5 + dependencies: 6 + nixpkgs: 7 + - nodejs 8 + 9 + steps: 10 + - name: build site 11 + command: | 12 + nix develop --command bash -c 'vite build' 13 + - name: deploy with wrangler 14 + command: | 15 + npx --yes wrangler pages deploy --branch master --project-name site ./build/