Remove DATABASE_URL check from deploy.sh — injected by docker-compose
DATABASE_URL is set via the environment block in docker-compose.yml and does not need to be present in backend/.env. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f24ef038ef
commit
3a66286900
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ check_backend_env() {
|
|||
check_backend_env GEMINI_API_KEY
|
||||
check_backend_env AZURE_TENANT_ID
|
||||
check_backend_env AZURE_CLIENT_ID
|
||||
check_backend_env DATABASE_URL
|
||||
# DATABASE_URL is intentionally omitted here — it is injected by docker-compose.yml
|
||||
|
||||
# --- 1. Pull latest code (skip if not a git repo or no remote) ---
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue