diff options
author | Franck Cuny <franck@fcuny.net> | 2021-08-14 15:27:30 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-08-14 15:27:30 -0700 |
commit | ad1f44c2fc3d280013735756561c36edfb3487f9 (patch) | |
tree | a158ef2cb77bf6957d9aeab7d20bbdc786f03584 | |
parent | build: trim the size of the Docker container (diff) | |
download | world-ad1f44c2fc3d280013735756561c36edfb3487f9.tar.gz |
build: build the image before deploying
-rw-r--r-- | tools/govanity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/govanity/Makefile b/tools/govanity/Makefile index a826abe..48eb9b4 100644 --- a/tools/govanity/Makefile +++ b/tools/govanity/Makefile @@ -11,7 +11,7 @@ server: @echo "Running server ..." go run . -deploy: +deploy: docker-build @echo "Deploying to fly ..." flyctl deploy --build-arg IMAGE_REF=$(DOCKER_IMAGE_REF) |