A Node.js application needs to be deployed first on a staging environment to be tested before it is deployed to production environment . Using the Delivery Pipeline, two Deploy stages were created, one called
"DeployToStag" targeting staging environment and the other called "DeployToProd" targeting production
environment.
On running the DeployToStag stage it ran successfully while on running the DeployToProd stage it failed
with the following error:
"The route myapp.mybluemix.net is already in use"
Which command in the Deploy script for the DeployToProd stage can fix the error?
Currently there are no comments in this discussion, be the first to comment!