This commit is contained in:
Jun-te Kim 2025-12-28 15:41:22 +00:00
parent d0b9fee59b
commit a0362b0142

View file

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