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
dir: website
22
path: sh
23
args:
24
-
- -exc
25
-
- |
26
-
mise trust
27
-
mise run dist
28
-
mv zig-out/website/ ../public/
···
21
dir: website
22
path: sh
23
args:
24
+
- -exc
25
+
- |
26
+
mise trust
27
+
mise run dist
28
+
mv zig-out/website/ ../public/
-22
ci/deploy.yml
···
1
-
platform: linux
2
-
3
-
image_resource:
4
-
type: registry-image
5
-
source:
6
-
repository: alpine
7
-
8
-
params:
9
-
STATICHOST_APIKEY: ((website.statichost))
10
-
11
-
inputs:
12
-
- name: public
13
-
14
-
run:
15
-
path: sh
16
-
args:
17
-
- -exc
18
-
- |
19
-
apk add bash curl zip >/dev/null
20
-
curl -so shcli https://www.statichost.eu/shcli
21
-
chmod +x shcli
22
-
./shcli altagos-dev ./public/website
···
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
+22
ci/tasks/deploy.yml
···
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
···
1
+
platform: linux
2
+
3
+
image_resource:
4
+
type: registry-image
5
+
source:
6
+
repository: alpine
7
+
8
+
params:
9
+
STATICHOST_APIKEY: ((website.statichost))
10
+
11
+
inputs:
12
+
- name: public
13
+
14
+
run:
15
+
path: sh
16
+
args:
17
+
- -exc
18
+
- |
19
+
apk add bash curl zip >/dev/null
20
+
curl -so shcli https://www.statichost.eu/shcli
21
+
chmod +x shcli
22
+
./shcli altagos-dev ./public/website