Deploying applications on OpenShift

心不动则不痛 提交于 2019-12-12 02:19:49

问题


I am building an application for OS(OpenShift) and was wondering is it possible to deploy code which is not in the git repo, like uploading plugins to a wordpress site?

NOTE

The application is not a WP site, nor related in any way to a similar CMS. SO i need a way to deploy additional code after deployment without pushing it to the repo.


回答1:


As Nam said, you can just use scp, sftp etc. However, keep in mind that this could cause problems down the road as when you scale up we rsync the repo over.



来源:https://stackoverflow.com/questions/18695599/deploying-applications-on-openshift

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!