tangled
alpha
login
or
join now
holly.mlem.systems
/
devins.page
forked from
devins.page/devins.page
0
fork
atom
my website, hosted on wisp.place
0
fork
atom
overview
issues
pulls
pipelines
chore: cleanup workflow
devins.page
1 month ago
730ef773
bc3997d7
-7
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
wisp-deploy.yaml
-7
.tangled/workflows/wisp-deploy.yaml
···
26
steps:
27
- name: build site
28
command: |
29
-
# necessary to ensure bun is in PATH
30
export PATH="$HOME/.nix-profile/bin:$PATH"
31
-
32
bun install --frozen-lockfile
33
-
34
-
# build with vite, run directly to get around env issues
35
bun node_modules/.bin/astro build
36
37
- name: deploy to wisp
38
command: |
39
-
# Download Wisp CLI
40
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
41
chmod +x wisp-cli
42
-
43
-
# Deploy to Wisp
44
./wisp-cli deploy \
45
"$WISP_HANDLE" \
46
--path "$SITE_PATH" \
···
26
steps:
27
- name: build site
28
command: |
0
29
export PATH="$HOME/.nix-profile/bin:$PATH"
0
30
bun install --frozen-lockfile
0
0
31
bun node_modules/.bin/astro build
32
33
- name: deploy to wisp
34
command: |
0
35
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
36
chmod +x wisp-cli
0
0
37
./wisp-cli deploy \
38
"$WISP_HANDLE" \
39
--path "$SITE_PATH" \