diff options
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/justfile b/justfile index 4ec188a..9de046c 100755 --- a/justfile +++ b/justfile @@ -1,6 +1,10 @@ #! /usr/bin/env cached-nix-shell #! nix-shell -i "just --justfile" -cd: - vanity-imports --config vanity-imports.toml +ci: + templ generate + nix-build + ./result/bin/gopkgs + +cd: ci rsync --recursive --delete --chmod=go+r dist/ /srv/http/go |