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

@@ -66,7 +66,7 @@ Credential to add:
- `Private key`: staging SSH key
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_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
To rerun the same remote audit flow locally:
```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_MANAGE='/var/lib/virtualenv/mandelstudio/bin/manage.py'
./scripts/run_remote_multilingual_audit.sh