tangled
alpha
login
or
join now
fruno.win
/
webbed-site
0
fork
atom
My personal website
0
fork
atom
overview
issues
pulls
pipelines
Pass gleam version in tangled CI
fruno.win
2 months ago
766b0b7d
59cbebcf
verified
This commit was signed with the committer's
known signature
.
fruno.win
SSH Key Fingerprint:
SHA256:5b6v+Iyponbm0lKHzwf2Aox/KTUzgno4BrnS3CYd6ys=
1/1
publish.yaml
success
1m 28s
+3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
publish.yaml
+3
.tangled/workflows/publish.yaml
···
23
23
command: |
24
24
export PATH="$HOME/.nix-profile/bin:$PATH"
25
25
26
26
+
GLEAM_VERSION=$(gleam --version)
27
27
+
export GLEAM_VERSION="${GLEAM_VERSION##* }"
28
28
+
26
29
gleam run
27
30
- name: deploy to wisp
28
31
command: |