@@ -39,23 +39,24 @@ aliases:
3939
4040apps :
4141 react-webpack-rails-tutorial-production :
42- # Simulate Production Version
42+ # Simulate Production Version. Create with this command:
43+ # cpflow apply-template app postgres redis daily-task rails -a react-webpack-rails-tutorial-production -o shakacode-open-source-examples-production
4344 << : *common
4445 # Don't allow overriding the org and app by ENV vars b/c production is sensitive!
4546 allow_org_override_by_env : false
4647 allow_app_override_by_env : false
4748
48- # Use a different organization for production.
49- cpln_org : shakacode-open-source-examples
49+ # Use a different organization only for production.
50+ cpln_org : shakacode-open-source-examples-production
5051
5152 upstream : react-webpack-rails-tutorial-staging
5253
5354 react-webpack-rails-tutorial-staging :
5455 << : *common
55- # QA Apps are like Heroku review apps, but the use `prefix` so you can run a commmand like
56- # this to create a QA app for the tutorial app.
57- # `cpflow setup gvc postgres redis rails -a qa-react-webpack-rails-tutorial-pr-1234`
5856 qa-react-webpack-rails-tutorial :
57+ # Review Apps are like Heroku review apps, but the use `prefix` so you can run a command like
58+ # this to create a QA app for the tutorial app.
59+ # `cpflow setup-app -a qa-react-webpack-rails-tutorial-pr-1234`
5960 << : *common
6061 # Order matters!
6162 setup_app_templates :
0 commit comments