We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69b6dd commit 31288bdCopy full SHA for 31288bd
.controlplane/controlplane.yml
@@ -58,11 +58,12 @@ apps:
58
# `cpl setup gvc postgres redis rails -a qa-react-webpack-rails-tutorial-pr-1234`
59
qa-react-webpack-rails-tutorial:
60
<<: *common
61
+ # Order matters!
62
setup_app_templates:
- - daily-task
63
- - postgres
64
- gvc
+ - postgres
65
- redis
66
+ - daily-task
67
- rails
68
# Prefix is used to identify these "qa" apps.
69
prefix: true
0 commit comments