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

autodeploy docs

nekomimi.pet 01e66b1d 2417f0c8

verified
Changed files
+9 -4
.tangled
workflows
+9 -4
.tangled/workflows/deploy-wisp.yml
···
github:NixOS/nixpkgs/nixpkgs-unstable:
- rustc
- cargo
+
- bun
+
environment:
-
# Customize these for your project
-
SITE_PATH: 'testDeploy'
-
SITE_NAME: 'wispPlaceDocs'
+
WISP_HANDLE: 'wisp.place'
+
SITE_PATH: 'docs/dist'
+
SITE_NAME: 'docs'
steps:
- name: 'Initialize submodules'
command: |
···
cargo build --release
'
cd ..
-
+
- name: 'Build docs'
+
command: |
+
cd docs
+
bun run build
- name: 'Deploy to Wisp.place'
command: |
./cli/target/release/wisp-cli \