Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
0
fork

Configure Feed

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

attempt 3

+3 -3
+3 -3
.tangled/workflows/deploy-wisp.yml
··· 39 39 export PATH="$HOME/.nix-profile/bin:$PATH" 40 40 bun install 41 41 bun run build 42 + 43 + cd .. 42 44 - name: Deploy to Wisp.place 43 45 command: | 44 - export PATH="$HOME/.nix-profile/bin:$PATH" 45 - 46 - wispctl "$WISP_HANDLE" \ 46 + bun run ./cli/dist/index.js "$WISP_HANDLE" \ 47 47 --path "$SITE_PATH" \ 48 48 --site "$SITE_NAME" \ 49 49 --password "$WISP_APP_PASSWORD"