check if migraiton works

This commit is contained in:
Jun-te Kim 2026-01-06 23:20:01 +00:00
parent 1f3949c2ed
commit 507796665c

View file

@ -32,7 +32,7 @@ TAR_EXCLUDES=(
case "$ENVIRONMENT" in
dev)
PG_SECRET_NAME="postgres-secret"
PG_POD_SELECTOR="app=postgres"
PG_POD_SELECTOR="app=postgres-dev"
S3_PREFIX="dev"
NAMESPACE="dev"
;;