migrate orion repo into monorepo structure
This commit is contained in:
Executable
+11
@@ -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=dev
|
||||
export SKAFFOLD_DEFAULT_REPO=us-west2-docker.pkg.dev/flowy-dev-440017/deployments
|
||||
kubectl delete job migrations --ignore-not-found --context=$KUBE_CONTEXT
|
||||
skaffold run -p migrations --kube-context dev
|
||||
|
||||
Reference in New Issue
Block a user