tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
restructure
altagos.dev
2 months ago
621828af
27641c5d
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
+27
-27
3 changed files
expand all
collapse all
unified
split
ci
deploy.yml
tasks
build.yml
deploy.yml
+5
-5
ci/build.yml
ci/tasks/build.yml
···
21
21
dir: website
22
22
path: sh
23
23
args:
24
24
-
- -exc
25
25
-
- |
26
26
-
mise trust
27
27
-
mise run dist
28
28
-
mv zig-out/website/ ../public/
24
24
+
- -exc
25
25
+
- |
26
26
+
mise trust
27
27
+
mise run dist
28
28
+
mv zig-out/website/ ../public/
-22
ci/deploy.yml
···
1
1
-
platform: linux
2
2
-
3
3
-
image_resource:
4
4
-
type: registry-image
5
5
-
source:
6
6
-
repository: alpine
7
7
-
8
8
-
params:
9
9
-
STATICHOST_APIKEY: ((website.statichost))
10
10
-
11
11
-
inputs:
12
12
-
- name: public
13
13
-
14
14
-
run:
15
15
-
path: sh
16
16
-
args:
17
17
-
- -exc
18
18
-
- |
19
19
-
apk add bash curl zip >/dev/null
20
20
-
curl -so shcli https://www.statichost.eu/shcli
21
21
-
chmod +x shcli
22
22
-
./shcli altagos-dev ./public/website
+22
ci/tasks/deploy.yml
···
1
1
+
platform: linux
2
2
+
3
3
+
image_resource:
4
4
+
type: registry-image
5
5
+
source:
6
6
+
repository: alpine
7
7
+
8
8
+
params:
9
9
+
STATICHOST_APIKEY: ((website.statichost))
10
10
+
11
11
+
inputs:
12
12
+
- name: public
13
13
+
14
14
+
run:
15
15
+
path: sh
16
16
+
args:
17
17
+
- -exc
18
18
+
- |
19
19
+
apk add bash curl zip >/dev/null
20
20
+
curl -so shcli https://www.statichost.eu/shcli
21
21
+
chmod +x shcli
22
22
+
./shcli altagos-dev ./public/website