Switched to static compilation in CI

This commit is contained in:
Jef Roosens 2022-01-14 18:32:00 +01:00
parent bdf0c2ee7c
commit 8ab3af1238
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F
3 changed files with 8 additions and 1 deletions

View file

@ -42,7 +42,7 @@ run: vieter
.PHONY: run-prod
run-prod: prod
API_KEY=test REPO_DIR=data LOG_LEVEL=DEBUG ./vieter-prod
API_KEY=test REPO_DIR=data LOG_LEVEL=DEBUG ./pvieter
# Same as run, but restart when the source code changes
.PHONY: watch