From 1f000b30ddc67e7bea56503f9a318a080d8e5ab1 Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 14 Apr 2026 11:14:03 -0700 Subject: [PATCH] tail migration --- go/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/Makefile b/go/Makefile index df45e5b..f7403a5 100644 --- a/go/Makefile +++ b/go/Makefile @@ -38,7 +38,7 @@ PROD_REPO := us-west2-docker.pkg.dev/flowy-prod-440017/deployments .PHONY: migrate-dev migrate-dev: kubectl delete job migrations --ignore-not-found --context=dev - SKAFFOLD_DEFAULT_REPO=$(DEV_REPO) skaffold run -p migrations --kube-context dev + SKAFFOLD_DEFAULT_REPO=$(DEV_REPO) skaffold run -p migrations --kube-context dev --tail .PHONY: migrate-prod migrate-prod: