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, 2:09 PM -0800)
commit
a9a360c8
a9a360c8b036f477840fce291649d1bee48c3074
parent
b8aec8ff
b8aec8ff71c3eb6929af17a66de9710e3aa8680b
+1
-4
1 changed file
Expand all
Collapse all
Unified
Split
.tangled
workflows
deploy.yml
+1
-4
.tangled/workflows/deploy.yml
Reviewed
···
15
15
- nodejs
16
16
- coreutils
17
17
- curl
18
18
-
- patchelf
19
18
github:NixOS/nixpkgs/nixpkgs-unstable:
20
19
- bun
21
20
···
38
37
39
38
- name: deploy to wisp
40
39
command: |
41
41
-
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
40
40
+
curl -L https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
42
41
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
45
42
./wisp-cli deploy "$ATP_IDENTIFIER" \
46
43
--path "$SITE_PATH" \
47
44
--site "$SITE_NAME" \