-
Notifications
You must be signed in to change notification settings - Fork 0
Application adapters
Steven DuBois edited this page Aug 6, 2026
·
1 revision
The consuming project's local vendor/bin/drush is used with its configured alias:
export AMEZMO_APP_TYPE=drupal
export AMEZMO_DRUSH_ALIAS=liveWP-CLI runs remotely in the application root:
export AMEZMO_APP_TYPE=wordpress
export AMEZMO_REMOTE_CLI_PATH=wpSet an absolute path if the installation does not expose wp on PATH.
Supply read-only project-owned commands:
export AMEZMO_APP_TYPE=custom
export AMEZMO_REMOTE_DB_DUMP_COMMAND='php artisan db:dump --stdout'
export AMEZMO_REMOTE_HEALTH_COMMAND='php artisan about >/dev/null'Commands run over SSH as the configured deployment user in AMEZMO_REMOTE_APP_ROOT. Do not put secrets in them.