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: set public base url for website to build

dusk 266c3fdf 8d6787c3

+3 -1
+3 -1
.tangled/workflows/deploy.yml
··· 9 9 10 10 steps: 11 11 - name: build website 12 - command: bun install && bun run -b build 12 + command: | 13 + export PUBLIC_BASE_URL="http://localhost:4173" 14 + bun install && bun run -b build 13 15 - name: trigger deploy 14 16 command: curl -u "$WEBHOOK_AUTH" https://webhook.gaze.systems/deploy-wolumonde