[GH-ISSUE #692] [Feature] 希望增加部署方式,可以push到git仓库 #467

Closed
opened 2026-03-03 01:03:34 +03:00 by kerem · 2 comments
Owner

Originally created by @star7th on GitHub (May 16, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/692

功能描述 / Description

我这边有个自建的机器集群,集群的节点数量不定,证书是通过拉取中心的git仓库的。所以希望部署能支持push到git仓库。虽然说也能通过ssh部署的方式部署到各节点,但由于节点数量动态增减,所以也不方便。

请求动机 / Motivation

丰富部署方式

其他 / Miscellaneous

No response

贡献 / Contribution

  • 我乐意为此贡献代码! / I am interested in contributing to this issue!
Originally created by @star7th on GitHub (May 16, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/692 ### 功能描述 / Description 我这边有个自建的机器集群,集群的节点数量不定,证书是通过拉取中心的git仓库的。所以希望部署能支持push到git仓库。虽然说也能通过ssh部署的方式部署到各节点,但由于节点数量动态增减,所以也不方便。 ### 请求动机 / Motivation 丰富部署方式 ### 其他 / Miscellaneous _No response_ ### 贡献 / Contribution - [ ] 我乐意为此贡献代码! / I am interested in contributing to this issue!
kerem 2026-03-03 01:03:34 +03:00
Author
Owner

@fudiwei commented on GitHub (May 16, 2025):

SSH 部署到你这些机器其中任意一台,然后在后置命令里执行一段 shell 脚本 git push 不就好了……

<!-- gh-comment-id:2885718138 --> @fudiwei commented on GitHub (May 16, 2025): SSH 部署到你这些机器其中任意一台,然后在后置命令里执行一段 shell 脚本 git push 不就好了……
Author
Owner

@star7th commented on GitHub (May 16, 2025):

节点都只有git pull权限,没有push权限的。
不过你说的也是一个思路。我专门开一个有push权限的节点吧

<!-- gh-comment-id:2885730453 --> @star7th commented on GitHub (May 16, 2025): 节点都只有git pull权限,没有push权限的。 不过你说的也是一个思路。我专门开一个有push权限的节点吧
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#467
No description provided.