💻 My personal website blog.kacaii.dev/
blog gleam lustre

:green_heart: create the output directory first

+2
+2
.tangled/workflows/fly.yml
··· 22 22 - name: build 23 23 command: | 24 24 export PATH="$HOME/.nix-profile/bin:$PATH" 25 + 26 + mkdir priv/static/posts 25 27 gleam run -m build 26 28 27 29 - name: Deploy app