Switched to static compilation in CI
This commit is contained in:
parent
bdf0c2ee7c
commit
8ab3af1238
3 changed files with 8 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue