pipline build v33 - secret syntax

This commit is contained in:
Josh 2025-07-31 16:38:55 +00:00
parent fe2de58a00
commit 76ac40157f

View File

@ -63,7 +63,7 @@ steps:
cd "$ROOT"
export IMG_TAG="$TAG"
read -r -a SECRETS <<'EOF'
SECRETS=(
JWT_SECRET
OPENAI_API_KEY
ONET_USERNAME
@ -82,7 +82,7 @@ steps:
TWILIO_ACCOUNT_SID
TWILIO_AUTH_TOKEN
TWILIO_MESSAGING_SERVICE_SID
EOF
)
echo "🔐 Pulling secrets from Secret Manager"
for S in "${SECRETS[@]}"; do