ci(deploy): correct stale POSTGRES_HOST --env-file comment

obs.env documents POSTGRES_HOST but does not set a value, so obs-secrets.env
does not 'override' it — it is the only source. Reword the carried-over comment
to match reality. Raised in review (Tobias).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-06-02 19:40:52 +02:00
parent 0e06626eef
commit 3db6a3bf8f

View File

@@ -82,8 +82,9 @@ runs:
# required keys before containers start. Catches undefined variables and # required keys before containers start. Catches undefined variables and
# YAML errors in config files updated by the previous step. # YAML errors in config files updated by the previous step.
# --env-file order: obs.env first (git-tracked defaults), obs-secrets.env # --env-file order: obs.env first (git-tracked defaults), obs-secrets.env
# second (CI-written secrets). Later files win on duplicate keys, so # second (CI-written secrets). Later files win on duplicate keys. POSTGRES_HOST
# obs-secrets.env overrides POSTGRES_HOST set in obs.env. # is environment-specific and supplied only by obs-secrets.env — obs.env
# documents it but deliberately does not set a value.
run: | run: |
docker compose \ docker compose \
-f /opt/familienarchiv/docker-compose.observability.yml \ -f /opt/familienarchiv/docker-compose.observability.yml \