Skip to content

Commit f883d84

Browse files
committed
fix: deprecated cpflow option
1 parent ec4031c commit f883d84

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.controlplane/controlplane.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ apps:
5050

5151
upstream: react-webpack-rails-tutorial-staging
5252

53-
5453
react-webpack-rails-tutorial-staging:
5554
<<: *common
5655
# QA Apps are like Heroku review apps, but the use `prefix` so you can run a commmand like
@@ -70,5 +69,5 @@ apps:
7069
# Workloads, like Dynos types on Heroku
7170
- daily-task
7271
- rails
73-
# Prefix is used to identify these "qa" apps.
74-
prefix: true
72+
# match_if_app_name_starts_with is used to identify these "qa" apps.
73+
match_if_app_name_starts_with: true

0 commit comments

Comments
 (0)