tail migration

This commit is contained in:
talksik
2026-04-14 11:14:03 -07:00
parent 9c3552e1e8
commit 1f000b30dd
+1 -1
View File
@@ -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: