Deployment and lifecycle management for Nix
0
fork

Configure Feed

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

dev: first pass at bootstrap script/steps

+8
+8
justfile
··· 1 1 default: 2 2 just -l 3 3 4 + bootstrap: 5 + @echo "Remove this comment to test" && exit 1 6 + 7 + cp ./dev-client-example.json ./dev-client.json 8 + cp ./dev-server-example.json ./dev-server.json 9 + # setup AWS and OIDC secrets 10 + mix ecto.setup --no-start 11 + 4 12 check: check-elixir check-go 5 13 6 14 check-e2e: