OpenShift热部署需要重启应用程序

时间:2015-05-22 14:09:56

标签: php openshift hotdeploy

我将我的缩放PHP应用程序设置为通过git push进行部署。据我所知,一切看起来都不错,但在部署完成后,更改不起作用。我必须重新启动应用程序。

remote: Not stopping cartridge php because hot deploy is enabled
remote: Syncing git content to other proxy gears
remote: Building git ref 'beta', commit 1234567
remote: Preparing build for deployment
remote: Deployment id is 1234567
remote: Activating deployment
remote: Not starting cartridge haproxy because hot deploy is enabled
remote: Not starting cartridge php because hot deploy is enabled
remote: -------------------------
remote: Git Post-Receive Result: success
remote: Activation status: success
remote: Deployment completed with status: success

有什么想法吗?

1 个答案:

答案 0 :(得分:1)

回答我自己的问题 - 这是Openshift Online中的一个错误: https://bugzilla.redhat.com/show_bug.cgi?id=1225327