Define which services to include in a PR environment
mikenikles
PROOP
2 years ago
Our PR environments are based off a staging environment. Staging matches what's in the production environment, which includes mission critical services like a database and a web app. It also includes supporting services like a separate database & web app for analytics and two Probot GitHub Apps.
PR environments only need the web app with a database, none of the supporting services.
It'd be great if it was possible to select which services are part of PR environments.
0 Replies