release 1.10.11: force surface/aptdeploy job scope (MON_HOSTS)

This commit is contained in:
Hernâni Marques 2026-07-19 01:51:13 +02:00
parent 021cf5164a
commit 341504f1ad
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
5 changed files with 15 additions and 13 deletions

View file

@ -20,10 +20,10 @@ export SKIP_SSH=0
export CONTINUE_ON_ERROR="${CONTINUE_ON_ERROR:-1}"
# four containers + checks; allow long wall
export RUN_TIMEOUT="${RUN_TIMEOUT:-1800}"
# dedicated job: always aptdeploy only
export PHASES="${PHASES:-aptdeploy monpages}"
# Only merchant public front — not bank/exchange
export MON_HOSTS="${MON_HOSTS:-taler.hacktivism.ch}"
# dedicated job: always aptdeploy only (force — do not inherit main-timer env)
export PHASES="aptdeploy monpages"
# Public HTML only on taler.hacktivism.ch (not bank/exchange landings)
export MON_HOSTS="taler.hacktivism.ch"
export HTML_OUT="${HTML_OUT:-$HOME/monitoring-sites-staging}"
export DEPLOY_WWW_ROOT="${DEPLOY_WWW_ROOT:-/var/www/monitoring-sites}"
@ -32,9 +32,8 @@ export HTML_ERR_DIR="taler-monitoring-aptdeploy_err"
export HTML_URL_OK="/taler-monitoring-aptdeploy/"
export HTML_URL_ERR="/taler-monitoring-aptdeploy_err/"
export PAGE_LABEL="taler-monitoring-aptdeploy"
# monpages: only this jobs /taler-monitoring-aptdeploy* — not bank/exchange
# landings or surface (those belong to run-hacktivism-monitoring / surface timer).
export MONPAGES_INVENTORY="${MONPAGES_INVENTORY:-job}"
# monpages: only this jobs paths on taler.hacktivism.ch
export MONPAGES_INVENTORY="job"
# Ensure all four apt-src containers (fresh rebuild + upgrade track)
if [ "${APT_DEPLOY_ENSURE:-1}" = "1" ] \