将私人代码发布到OpenShift [英] Publishing private code to OpenShift

查看:80
本文介绍了将私人代码发布到OpenShift的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我没有任何使用OpenShift发布python wsgi应用程序的技术问题。我担心的是,他们会生成一个供您使用的Git回购协议,并且您必须推送该回购协议才能发布您的代码。私人Git回购成本很高,所以我认为他们产生的回购是公开的。公开这些代码不是一种选择,因为它有一天可能是专有的。我非常喜欢OpenShift,并希望将其用于此项目。 有谁知道使用OpenShift发布的方式,但仍然保持代码的私密性?

注意:我不是在寻找一种方法保持私人Git回购与OpenShift的Git回购同步。我正在寻找一种方法来阻止其他人查看OpenShift的Git仓库并查看我的源代码。

解决方案

不需要做任何事情。根据 OpenShift文档


您创建的每个OpenShift应用程序都有自己的Git存储库,只有您可以访问。



I don't have any technical problems publishing a python wsgi app using OpenShift. My concern is that they generate a Git repo for you to use, and you have to push to that repo in order to publish your code. Private Git repos cost money, so I assume the repo they generate is public. Making this code public is not an option as it could someday be proprietary. I really like OpenShift and want to use it for this project. Does anyone know of a way to publish using OpenShift but still keep the code private?

Note: I'm NOT looking for a way to keep a private Git repo synced with OpenShift's Git repo. I am looking for a way to prevent other people from looking at OpenShift's Git repo and seeing my source code.

解决方案

You don't need to do anything. According to the OpenShift documentation:

Every OpenShift application you create has its own Git repository that only you can access.

这篇关于将私人代码发布到OpenShift的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆