deploy production environment

This commit is contained in:
talksik
2026-03-29 11:44:07 -07:00
parent 48c73893b3
commit 43c0a217c6
9 changed files with 180 additions and 24 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
set -e
echo "# NOTE: if you run into issues with 'dirty' migrations: https://github.com/golang-migrate/migrate/issues/282#issuecomment-530743258"
export KUBE_CONTEXT=prod
export SKAFFOLD_DEFAULT_REPO=us-west2-docker.pkg.dev/flowy-prod-440017/deployments
kubectl delete job migrations --ignore-not-found --context=$KUBE_CONTEXT
skaffold run -p migrations --kube-context $KUBE_CONTEXT