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: maybe
vt3e.cat
2 weeks ago
6a89c931
34b1dad9
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:MaVgF6bXxDdD131G4rXizPh+sttp3IVsdPrj48HV0X0=
0/1
deploy.yaml
failed
23s
+7
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+7
-2
.tangled/workflows/deploy.yaml
···
17
17
command: |
18
18
export PATH="$HOME/.nix-profile/bin:$PATH"
19
19
export ROOT_DIR=$(pwd)
20
20
+
21
21
+
echo "==="
20
22
echo $ROOT_DIR
23
23
+
ls
24
24
+
echo "==="
25
25
+
21
26
bun install --frozen-lockfile
22
27
23
28
- name: build lexicons
24
29
command: |
25
25
-
cd $ROOT_DIR/pkgs/gallery
30
30
+
cd ./pkgs/gallery
26
31
bun run gen
27
32
bun run build
28
33
29
34
- name: build site
30
35
command: |
31
31
-
cd $ROOT_DIR
36
36
+
cd ../web
32
37
bun run build
33
38
34
39
bunx wispctl deploy "$AT_HANDLE" -p "$SITE_PATH" -s "$SITE_NAME" --password "$APP_PASSWORD" --yes