tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
+
altagos.dev
3 months ago
8622c788
79af736a
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
0/1
build.yml
failed
5s
+5
-5
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+5
-5
.tangled/workflows/build.yml
reviewed
···
18
18
steps:
19
19
- name: Setup mise
20
20
command: |
21
21
-
./bin/mise install
22
22
-
./bin/mise doctor
21
21
+
curl https://mise.run | sh
22
22
+
mise install
23
23
- name: Setup Zig + Bun
24
24
command: |
25
25
-
./bin/mise exec zig -- zig version
26
26
-
./bin/mise exec bun -- bun -v
25
25
+
mise exec zig -- zig version
26
26
+
mise exec bun -- bun -v
27
27
- name: Download statichost cli
28
28
command: |
29
29
curl -so shcli https://www.statichost.eu/shcli
30
30
chmod +x shcli
31
31
- name: Build website
32
32
command: |
33
33
-
./bin/mise dist
33
33
+
mise run dist
34
34
- name: Upload
35
35
command: |
36
36
./shcli altagos-dev ./zig-out/website