From aa7812f73fa1fa7381446f78b25a1b03648561c8 Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Wed, 11 Oct 2023 00:15:13 +0330 Subject: [PATCH] Remove extra apps in cpln config --- .controlplane/controlplane.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.controlplane/controlplane.yml b/.controlplane/controlplane.yml index 2867934..37c35b5 100644 --- a/.controlplane/controlplane.yml +++ b/.controlplane/controlplane.yml @@ -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