Skip to content

Commit

Permalink
Remove extra apps in cpln config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Oct 10, 2023
1 parent 310dae9 commit aa7812f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .controlplane/controlplane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,7 @@ aliases:
# and the application image updates.
app_workloads:
- rails
# Like Heroku add-ons
# additional_workloads:
# - postgres

apps:
react-rails-example-app:
<<: *common
tutorial-app:
<<: *common
# QA Apps are like Heroku review apps, but the use `prefix` so you can run a commmand like
# this to create a QA app for the tutorial app.
# `cpl setup gvc postgres redis rails -a qa-tutorial-app-pr-1234`
qa-tutorial-app:
<<: *common
prefix: true

0 comments on commit aa7812f

Please sign in to comment.