data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

ci: add workflow for tangled

dusk 74dac09e 91513776

+14
+14
.tangled/workflows/deploy.yml
··· 1 + when: 2 + - event: ['push'] 3 + branch: ['svelte'] 4 + 5 + dependencies: 6 + nixpkgs: 7 + - bun 8 + - curl 9 + 10 + steps: 11 + - name: build website 12 + command: bun -b install && bun -b run build 13 + - name: trigger deploy 14 + command: curl -u "$WEBHOOK_AUTH" https://webhook.gaze.systems/deploy-wolumonde