Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Review Apps on CPL Gem on ControlPlane #584

Closed
wants to merge 21 commits into from
Prev Previous commit
Next Next commit
Updates for deployment
  • Loading branch information
justin808 committed Mar 23, 2024
commit 25d058f1dbbea432e968869fed08f3514ece59fa
5 changes: 3 additions & 2 deletions .controlplane/controlplane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ apps:
# `cpl setup gvc postgres redis rails -a qa-react-webpack-rails-tutorial-pr-1234`
qa-react-webpack-rails-tutorial:
<<: *common
# Order matters!
setup_app_templates:
- daily-task
- postgres
- gvc
- postgres
- redis
- daily-task
- rails
# Prefix is used to identify these "qa" apps.
prefix: true
Loading