-
Notifications
You must be signed in to change notification settings - Fork 0
Custom environments
Steven DuBois edited this page Aug 6, 2026
·
1 revision
For an Advanced-plan environment such as qa:
- Copy
.ddev/amezmo/environments/staging.envtoqa.envand setAMEZMO_ENVIRONMENT=qaplus all SSH, path, and adapter values. - Copy
.ddev/providers/amezmo-staging.yamltoamezmo-qa.yamland replace each--profile stagingwith--profile qa. - Run
ddev restart,ddev amezmo doctor qa, andddev amezmo pull qa.
Do not infer custom endpoints, paths, storage, or databases from production. Custom profile and provider files are project-owned and are not removed by add-on uninstall.