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:
Vadym Samoilenko 2026-03-02 11:23:46 +00:00
parent f24ef038ef
commit 3a66286900

View file

@ -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 ""