about summary refs log tree commit diff
path: root/tools/govanity/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/govanity/Makefile')
-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)