examples/circleci.yml in cpl-0.6.0 vs examples/circleci.yml in cpl-0.7.0

- old
+ new

@@ -64,10 +64,10 @@ sudo ln -s ~/heroku-to-control-plane/cpl /usr/local/bin/cpl - run: name: Provision review app if needed command: | if ! cpl exist -a ${APP_NAME}; then - cpl setup gvc postgres redis memcached rails sidekiq -a ${APP_NAME} + cpl setup-app -a ${APP_NAME} echo "export NEW_APP=true" >> $BASH_ENV fi - run: name: Containerize and push image command: |