tangled
alpha
login
or
join now
aottr.dev
/
wisp.place-monorepo
forked from
nekomimi.pet/wisp.place-monorepo
0
fork
atom
Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
0
fork
atom
overview
issues
pulls
pipelines
attempt 6
nekomimi.pet
1 month ago
d930dfc6
23d8a00a
+2
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy-wisp.yml
+2
-1
.tangled/workflows/deploy-wisp.yml
···
40
40
bun install
41
41
bun run build
42
42
43
43
-
cd ..
44
43
- name: Deploy to Wisp.place
45
44
command: |
46
45
export PATH="$HOME/.nix-profile/bin:$PATH"
46
46
+
47
47
+
pwd
47
48
48
49
bun run ./cli/dist/index.js "$WISP_HANDLE" \
49
50
--path "$SITE_PATH" \