使远程服务器与 Git 存储库保持同步
我正在使用 bitbucket 来托管我的 git 存储库。我在本地开发并推送到 bitbucket。我有一个公共测试服务器,我想与存储库保持同步。有没有办法可以使用某种挂钩来告诉删除服务器在每次有新推送时进行拉取?我不想运行一个 cron 来每 5 分钟拉一次。
I'm using bitbucket to host my git repos. I develop locally and push to bitbucket. I have a public testing server which I would like to keep synced with the repo. Is there a way I can use some kind of hook to tell the remove server to pull each time there is a new push? I'd rather not run a cron to pull every 5 minutes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本文档讨论了当您更新您的服务时如何生成向其他服务的自动通知bitbucket 托管存储库。
它似乎包含一个通用的
POST
服务,您可以使用该服务来 ping 您自己的网络服务器以触发更新。This documentation discusses how to generate automatic notifications to other services when you update your bitbucket hosted repository.
It appears to include a generic
POST
service which you could use to ping your own webserver to trigger an update.