Use staging hostname for multilingual audit

This commit is contained in:
2026-03-29 21:47:45 +02:00
parent e77479f87a
commit 2931eedf22
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ pipeline {
skipDefaultCheckout(true)
}
environment {
STAGING_AUDIT_HOST = 'root@49.12.204.96'
STAGING_AUDIT_HOST = 'root@welkombij.mandelblog.com'
STAGING_AUDIT_PROJECT_DIR = '/home/www-mandelstudio/mandelstudio'
STAGING_AUDIT_MANAGE = '/var/lib/virtualenv/mandelstudio/bin/manage.py'
STAGING_AUDIT_SSH_CREDENTIALS_ID = 'staging-root-ssh'