Use deploy entrypoint for multilingual audit
This commit is contained in:
@@ -58,10 +58,10 @@ This keeps deploys safe without making warning-level cleanup a hard blocker.
|
||||
## Jenkins requirements
|
||||
No dedicated staging SSH credential is required for the multilingual audit stage.
|
||||
|
||||
The audit runs from the Jenkins built-in node through the same `serverpillar` / Salt transport used by staging deployment.
|
||||
The audit runs through `/srv/apps/mandel-dashboard/bin/deploy_stg_from_jenkins.py --command`, using the same sudo-whitelisted deployment entrypoint as staging deployment.
|
||||
|
||||
Current implementation uses the following environment defaults:
|
||||
- `STAGING_AUDIT_MINION=welkombij.mandelblog.com`
|
||||
- `STAGING_AUDIT_PROJECT_NAME=mandelstudio`
|
||||
- `STAGING_AUDIT_PROJECT_DIR=/home/www-mandelstudio/mandelstudio`
|
||||
- `STAGING_AUDIT_MANAGE=/var/lib/virtualenv/mandelstudio/bin/manage.py`
|
||||
|
||||
@@ -101,7 +101,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_MINION='welkombij.mandelblog.com'
|
||||
export STAGING_AUDIT_PROJECT_NAME='mandelstudio'
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user