tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
fix tabs + set bun to specific version
altagos.dev
3 months ago
8dfcb926
03ebfb43
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
0/1
build.yml
failed
28s
+25
-25
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
build.yml
mise.toml
+24
-24
.tangled/workflows/build.yml
reviewed
···
1
1
when:
2
2
-
- event: ["push", "pull_request"]
3
3
-
branch: ["main", "workflows"]
4
4
-
- event: ["manual"]
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["main", "workflows"]
4
4
+
- event: ["manual"]
5
5
6
6
engine: nixery
7
7
8
8
dependencies:
9
9
-
nixpkgs:
10
10
-
- curl
11
11
-
- dart-sass
12
12
-
- mise
13
13
-
- zip
9
9
+
nixpkgs:
10
10
+
- curl
11
11
+
- dart-sass
12
12
+
- mise
13
13
+
- zip
14
14
15
15
environment:
16
16
-
ZIG_VERSION: "0.15.1"
16
16
+
ZIG_VERSION: "0.15.1"
17
17
18
18
steps:
19
19
-
- name: Setup Zig
20
20
-
command: |
21
21
-
mise trust
22
22
-
mise exec zig -- zig version
23
23
-
MISE_VERBOSE=1 mise exec bun -- bun -v
24
24
-
- name: Download statichost cli
25
25
-
command: |
26
26
-
curl -so shcli https://www.statichost.eu/shcli
27
27
-
chmod +x shcli
28
28
-
- name: Build website
29
29
-
command: |
30
30
-
mise dist
31
31
-
- name: Upload
32
32
-
command: |
33
33
-
./shcli altagos-dev ./zig-out/website
19
19
+
- name: Setup Zig
20
20
+
command: |
21
21
+
mise trust
22
22
+
mise exec zig -- zig version
23
23
+
MISE_VERBOSE=1 mise exec bun -- bun -v
24
24
+
- name: Download statichost cli
25
25
+
command: |
26
26
+
curl -so shcli https://www.statichost.eu/shcli
27
27
+
chmod +x shcli
28
28
+
- name: Build website
29
29
+
command: |
30
30
+
mise dist
31
31
+
- name: Upload
32
32
+
command: |
33
33
+
./shcli altagos-dev ./zig-out/website
+1
-1
mise.toml
reviewed
···
1
1
[tools]
2
2
-
bun = "latest"
2
2
+
bun = "1.3.3"
3
3
watchexec = "latest"
4
4
zig = "0.15.2"
5
5