以可编写脚本的方式将代码推送到 Windows 服务器
我正在寻找一种好方法来快速、安全地将代码推送到我公司的 Windows Web 服务器以进行发布部署。
我有 *nix 背景,过去总是将 rsync 与 ssh 结合使用来完成此类任务,因为它快速、安全且可编写脚本。
目前,我们的部署过程非常手动,需要通过远程桌面登录每台服务器,并使用 TortoiseHg 将代码从我们的主存储库提取到服务器中(显然,这需要网络服务器拥有中央 Hg 存储库的凭据)。不用说,这个过程非常人性化,因此很容易出错,更不用说乏味和缓慢了。我们还有几台内部用于开发阶段、质量检查团队等的服务器。
我想知道的是
1) 有没有一种简单的方法可以使用 rsync 和 rsync 来做到这一点? ssh(以及 cygwin 或 powershell)。
2) 将代码推送到 Windows 机器的最受接受的脚本方式是什么?
谢谢, 杰米
I'm looking for a good way to push code quickly and securely to my company's Windows web servers for release deployments.
I have a *nix background and in the past have always used rsync in conjunction with ssh for such tasks because it is quick, secure, and scriptable.
Right now our deployment process is very manual and requires logging into each server over remote desktop and using TortoiseHg to pull code from our main repo into the server (obviously this requires the webserver to have credentials into the central Hg repo). Needless to say, this process is very human, and accordingly error prone, not to mention tedious and slow. We also have several servers that we use internally for dev staging, QA team, etc.
What I would like to know is
1) Is there a straightforward way to do this either with rsync & ssh (and cygwin or powershell).
2) What is the most accepted way to script pushing code to Windows boxes??
Thanks,
Jamie
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Jon Tørresdal 关于无点击 Web 部署的博客系列第 1 部分和第 2 部分。
Check out Jon Tørresdal's blog series on No-Click Web Deployment part 1 and part 2.