敏捷部署 +用于 ASP.NET/PHP 的 Git
我正在尝试弄清楚如何设置使用 GIT 存储库来部署服务器的服务器。我们这里的服务器是在远程服务器上编辑的,我正在尝试设置流程来管理对 IIS 服务器的部署。本地>发展>分期>使用 GIT 进行 ASP.NET 和 PHP 生产。
我发现的其他解决方案主要是针对 PHP/Ruby 的。我想知道是否有适用于 ASP.NET 和 PHP 的东西。我正在尝试创建一个服务器,将所有内容集中用于部署和源代码控制。它们不必是同一程序中的一个。如果它有 GUI,那就更棒了。
我正在寻找替代解决方案,我们目前使用: http://www.thoughtworks-studios.com/go-agile-release-management
有人有什么建议或解决方案吗?
I'm trying to figure out how to set up a server that uses a GIT repo to deploy a server. Our servers here are edited on the remote server and I am trying to set up the process to manage a deploy to our IIS servers. Local > Development > Staging > Production using GIT for ASP.NET and PHP.
The other solutions I found were mainly PHP/Ruby specific. I want to know if there is anything out there for ASP.NET and PHP. I am trying to create a server that has everything centralized for deployment and source control. They don't have to be one in the same program. And a plus if it has a GUI.
I'm looking for alternative solutions and we currently use :
http://www.thoughtworks-studios.com/go-agile-release-management
Anyone have any suggestions or solutions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为没有一个能够同时满足这两种需求。有适用于.net 的appharbor。
https://appharbor.com/page/how-it-works
对于 php 有php雾
https://phpfog.com/why
I don't think there's one that does it for both. There's appharbor for .net.
https://appharbor.com/page/how-it-works
and for php there's phpfog
https://phpfog.com/why