about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-08-14 15:27:30 -0700
committerFranck Cuny <franck@fcuny.net>2021-08-14 15:27:30 -0700
commitad1f44c2fc3d280013735756561c36edfb3487f9 (patch)
treea158ef2cb77bf6957d9aeab7d20bbdc786f03584 /tools
parentbuild: trim the size of the Docker container (diff)
downloadworld-ad1f44c2fc3d280013735756561c36edfb3487f9.tar.gz
build: build the image before deploying
Diffstat (limited to 'tools')
-rw-r--r--tools/govanity/Makefile2
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)