OpenShift 热部署需要重启应用
OpenShift hot deploy needs an app restart
我将扩展的 PHP 应用程序设置为通过 git 推送进行部署。就我所见,一切看起来都不错,但部署完成后,更改无效。我必须重新启动应用程序。
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
有什么想法吗?
回答我自己的问题 - 这是 Openshift Online 中的一个错误:
https://bugzilla.redhat.com/show_bug.cgi?id=1225327
我将扩展的 PHP 应用程序设置为通过 git 推送进行部署。就我所见,一切看起来都不错,但部署完成后,更改无效。我必须重新启动应用程序。
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
有什么想法吗?
回答我自己的问题 - 这是 Openshift Online 中的一个错误: https://bugzilla.redhat.com/show_bug.cgi?id=1225327