使远程服务器与 Git 存储库保持同步

发布于 2024-12-12 14:52:46 字数 139 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼眸里的那抹悲凉 2024-12-19 14:52:46

本文档讨论了当您更新您的服务时如何生成向其他服务的自动通知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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文