tangled
alpha
login
or
join now
kacaii.dev
/
blog
0
fork
atom
💻 My personal website
blog.kacaii.dev/
blog
gleam
lustre
0
fork
atom
overview
issues
pulls
pipelines
:green_heart: create the output directory first
kacaii.dev
1 month ago
86255007
b31999c7
+2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
fly.yml
+2
.tangled/workflows/fly.yml
···
22
22
- name: build
23
23
command: |
24
24
export PATH="$HOME/.nix-profile/bin:$PATH"
25
25
+
26
26
+
mkdir priv/static/posts
25
27
gleam run -m build
26
28
27
29
- name: Deploy app