check if migraiton works
This commit is contained in:
parent
1f3949c2ed
commit
507796665c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ TAR_EXCLUDES=(
|
||||||
case "$ENVIRONMENT" in
|
case "$ENVIRONMENT" in
|
||||||
dev)
|
dev)
|
||||||
PG_SECRET_NAME="postgres-secret"
|
PG_SECRET_NAME="postgres-secret"
|
||||||
PG_POD_SELECTOR="app=postgres"
|
PG_POD_SELECTOR="app=postgres-dev"
|
||||||
S3_PREFIX="dev"
|
S3_PREFIX="dev"
|
||||||
NAMESPACE="dev"
|
NAMESPACE="dev"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue