Closed rogeruiz closed 6 years ago
Because cf_deploy.sh only uses the Autopilot plugin, apps will fail to push if it's the first time they're being deployed. The deployment script should support the scenario when the application doesn't already exist in the supplied org and space.
cf_deploy.sh
I've done this before with something like
command=push if cf app $app; then command=zero-downtime-push fi cf $command ...
We have too, @adborden. PR incoming! :-)
Closed by #14
Because
cf_deploy.sh
only uses the Autopilot plugin, apps will fail to push if it's the first time they're being deployed. The deployment script should support the scenario when the application doesn't already exist in the supplied org and space.