tangled
alpha
login
or
join now
vittoriogioda.com
/
website
0
fork
atom
My personal website
vittoriogioda.com
blog
portfolio
personal-website
0
fork
atom
overview
issues
pulls
pipelines
chore: update dependencies and improve deployment script
Vittorio
2 weeks ago
65f2a2a2
0ce82c71
0/1
deploy.yml
failed
8s
+3
-3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+3
-3
.tangled/workflows/deploy.yml
reviewed
···
13
13
nixpkgs:
14
14
- coreutils
15
15
- curl
16
16
+
- patchelf
16
17
17
18
environment:
18
19
SITE_PATH: './public'
···
24
25
command: |
25
26
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
26
27
chmod +x wisp-cli
27
27
-
28
28
-
# Deploy to Wisp
28
28
+
patchelf --set-interpreter "$(patchelf --print-interpreter $(which curl))" ./wisp-cli
29
29
./wisp-cli deploy \
30
30
"$WISP_HANDLE" \
31
31
--path "$SITE_PATH" \
32
32
--site "$SITE_NAME" \
33
33
-
--password "$WISP_APP_PASSWORD"
33
33
+
--password "$WISP_APP_PASSWORD"