0
最近嘗試使用以更新Bluemix使Node.js應用:Bluemix CF推,現在需要的應用程序更新之前被刪除時
cf push piedemo
導致以下錯誤:
Using route piedemo.mybluemix.net
Binding piedemo.mybluemix.net to piedemo...
FAILED
The route piedemo.mybluemix.net is already in use.
TIP: Change the hostname with -n HOSTNAME
or use --random-route to generate a new route and then push again.
解決辦法: 停止並從Bluemix中刪除應用程序,然後重新發出cf push
命令。
這似乎是Bluemix中最近對CF的更改。過去,人們可以在使用cf push
命令之前將更新推送到應用程序,而無需刪除原件。
任何人都有什麼建議可以幫助避免在使用cf push
命令之前刪除應用程序?