mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #692] [Feature] 希望增加部署方式,可以push到git仓库 #467
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#467
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@fudiwei commented on GitHub (May 16, 2025):
SSH 部署到你这些机器其中任意一台,然后在后置命令里执行一段 shell 脚本 git push 不就好了……
@star7th commented on GitHub (May 16, 2025):
节点都只有git pull权限,没有push权限的。
不过你说的也是一个思路。我专门开一个有push权限的节点吧