release 1.10.11: force surface/aptdeploy job scope (MON_HOSTS)
This commit is contained in:
parent
09aaf4e1ee
commit
ed6c2a333e
5 changed files with 15 additions and 13 deletions
|
|
@ -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 job’s /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 job’s 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" ] \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue