alpha
Login
or
Join now
jeremy.herve.bzh
/
standard.site
forked from
standard.site/standard.site
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Standard.site landing page built in Next.js
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Merge branch 'dev'
author
Brooke
date
3 months ago
(Mar 1, 2026, 1:59 PM -0800)
commit
b8aec8ff
b8aec8ff71c3eb6929af17a66de9710e3aa8680b
parent
1135981e
1135981ee938a74248fa3b70f10bf1840a1a943a
+3
1 changed file
Expand all
Collapse all
Unified
Split
.tangled
workflows
deploy.yml
+3
.tangled/workflows/deploy.yml
Reviewed
···
15
15
- nodejs
16
16
- coreutils
17
17
- curl
18
18
+
- patchelf
18
19
github:NixOS/nixpkgs/nixpkgs-unstable:
19
20
- bun
20
21
···
39
40
command: |
40
41
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
41
42
chmod +x wisp-cli
43
43
+
INTERP=$(find /nix/store -name 'ld-linux-x86-64.so.2' -type f 2>/dev/null | head -1)
44
44
+
patchelf --set-interpreter "$INTERP" ./wisp-cli
42
45
./wisp-cli deploy "$ATP_IDENTIFIER" \
43
46
--path "$SITE_PATH" \
44
47
--site "$SITE_NAME" \