Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: push on release

+2
+2
justfile
··· 29 29 30 30 release: 31 31 git tag -a v$(cat VERSION) 32 + git push 33 + git push --tags 32 34 33 35 start: 34 36 iex -S mix phx.server