tangled
alpha
login
or
join now
vt3e.cat
/
www
2
fork
atom
this repo has no descr,ription
vt3e.cat
2
fork
atom
overview
issues
pulls
pipelines
ci
vt3e.cat
2 months ago
52afb6f1
7f7f0bad
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:MaVgF6bXxDdD131G4rXizPh+sttp3IVsdPrj48HV0X0=
0/1
deploy.yaml
failed
29s
+8
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+8
.tangled/workflows/deploy.yaml
···
17
17
- curl
18
18
github:NixOS/nixpkgs/nixpkgs-unstable:
19
19
- bun
20
20
+
- atproto-goat
20
21
21
22
environment:
22
23
SITE_PATH: "dist"
···
45
46
46
47
cd ${ROOT_DIR}
47
48
49
49
+
- name: publish lexicons
50
50
+
command: |
51
51
+
cd pkgs/gallery
52
52
+
goat account login --username $WISP_HANDLE --password $WISP_APP_PASSWORD
53
53
+
goat lex publish ./lexicons/
54
54
+
48
55
- name: deploy
49
56
command: |
57
57
+
cd ../../
50
58
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
51
59
chmod +x wisp-cli
52
60