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

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
environment { environment {
PYENVPIPELINE_VIRTUALENV = '1' PYENVPIPELINE_VIRTUALENV = '1'
GIT_SSH_COMMAND = 'ssh -o StrictHostKeyChecking=accept-new' GIT_SSH_COMMAND = 'ssh -o StrictHostKeyChecking=accept-new'
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_PROJECT_DIR = '/home/www-mandelstudio/mandelstudio'
STAGING_AUDIT_MANAGE = '/var/lib/virtualenv/mandelstudio/bin/manage.py' STAGING_AUDIT_MANAGE = '/var/lib/virtualenv/mandelstudio/bin/manage.py'
STAGING_AUDIT_SSH_CREDENTIALS_ID = 'staging-root-ssh' STAGING_AUDIT_SSH_CREDENTIALS_ID = 'staging-root-ssh'

View File

@@ -10,7 +10,7 @@ pipeline {
skipDefaultCheckout(true) skipDefaultCheckout(true)
} }
environment { 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_PROJECT_DIR = '/home/www-mandelstudio/mandelstudio'
STAGING_AUDIT_MANAGE = '/var/lib/virtualenv/mandelstudio/bin/manage.py' STAGING_AUDIT_MANAGE = '/var/lib/virtualenv/mandelstudio/bin/manage.py'
STAGING_AUDIT_SSH_CREDENTIALS_ID = 'staging-root-ssh' STAGING_AUDIT_SSH_CREDENTIALS_ID = 'staging-root-ssh'

View File

@@ -66,7 +66,7 @@ Credential to add:
- `Private key`: staging SSH key - `Private key`: staging SSH key
Current implementation uses the following environment defaults: Current implementation uses the following environment defaults:
- `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_PROJECT_DIR=/home/www-mandelstudio/mandelstudio`
- `STAGING_AUDIT_MANAGE=/var/lib/virtualenv/mandelstudio/bin/manage.py` - `STAGING_AUDIT_MANAGE=/var/lib/virtualenv/mandelstudio/bin/manage.py`
@@ -106,7 +106,7 @@ This happens when the remote audit times out or fails, and is intentional so Jen
## Local rerun ## Local rerun
To rerun the same remote audit flow locally: To rerun the same remote audit flow locally:
```bash ```bash
export STAGING_AUDIT_HOST='root@49.12.204.96' export STAGING_AUDIT_HOST='root@welkombij.mandelblog.com'
export STAGING_AUDIT_PROJECT_DIR='/home/www-mandelstudio/mandelstudio' export STAGING_AUDIT_PROJECT_DIR='/home/www-mandelstudio/mandelstudio'
export STAGING_AUDIT_MANAGE='/var/lib/virtualenv/mandelstudio/bin/manage.py' export STAGING_AUDIT_MANAGE='/var/lib/virtualenv/mandelstudio/bin/manage.py'
./scripts/run_remote_multilingual_audit.sh ./scripts/run_remote_multilingual_audit.sh