We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4031c commit f883d84Copy full SHA for f883d84
1 file changed
.controlplane/controlplane.yml
@@ -50,7 +50,6 @@ apps:
50
51
upstream: react-webpack-rails-tutorial-staging
52
53
-
54
react-webpack-rails-tutorial-staging:
55
<<: *common
56
# QA Apps are like Heroku review apps, but the use `prefix` so you can run a commmand like
@@ -70,5 +69,5 @@ apps:
70
69
# Workloads, like Dynos types on Heroku
71
- daily-task
72
- rails
73
- # Prefix is used to identify these "qa" apps.
74
- prefix: true
+ # match_if_app_name_starts_with is used to identify these "qa" apps.
+ match_if_app_name_starts_with: true
0 commit comments