From 31fbde46fab0dbed8c572573dfbc75593d9b3702 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Mon, 15 Apr 2024 20:54:53 -0700 Subject: feat: kubernetes deployment manifests adds deployment manifests for cgit and go-git-server --- justfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index b8a64ea..7c7b562 100644 --- a/justfile +++ b/justfile @@ -34,10 +34,7 @@ test: go tool cover -func={{ TEMPDIR }}/testcover.out debug-run: - dlv debug cmd/main.go -- -s {{justfile_directory()}}/gitserver.yaml -r $(mktemp -d) -t tokens.csv -p policy.csv -m auth_model.ini -a - -debug-test pkg: - dlv test {{pkg}} -- -test.v + dlv debug cmd/main.go -- -s {{justfile_directory()}}/gitserver.yaml -r {{ TEMPDIR }} -t tokens.csv -p policy.csv -m auth_model.ini -a local-push: (push "localhost:5000") @echo "build and push to local dir" -- cgit v1.2.3