From ad1f44c2fc3d280013735756561c36edfb3487f9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 14 Aug 2021 15:27:30 -0700 Subject: build: build the image before deploying --- tools/govanity/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/govanity') 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) -- cgit 1.4.1