Pass stable image config to go-live
Test and publish container images / test (push) Successful in 2m33s
Test and publish container images / publish (push) Successful in 11s

This commit is contained in:
BuTzZ
2026-07-29 14:37:36 +02:00
parent 0211453281
commit 6cd697abfa
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ wait_for_remote_release "$revision"
if [[ "$run_go_live" == "true" ]]; then
ssh "${WM_SSH_OPTIONS[@]}" "$WM_SSH_TARGET" \
"${remote_prefix}WATERMAPS_ENV_FILE=/opt/watermaps/deploy/.env.production /opt/watermaps/current/deploy/scripts/go-live.sh '$WM_SERVER_IPV4'"
"${remote_prefix}WATERMAPS_ENV_FILE=/opt/watermaps/deploy/.env.production WATERMAPS_IMAGES_ENV_FILE=/opt/watermaps/deploy/.env.images /opt/watermaps/current/deploy/scripts/go-live.sh '$WM_SERVER_IPV4'"
else
printf '[watermaps] Commit %s wurde aus der Registry deployt. Nach dem DNS-Eintrag:\n' "$revision"
printf ' ./deploy/scripts/remote-go-live.sh --host %s\n' "$WM_SERVER_IPV4"