mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #711] ssh部署卡住 重启依旧卡在执行中 #480
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#480
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 @wmdxcn on GitHub (May 20, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/711
软件版本 / Release Version
0.3.12
问题描述 / Description
日志如下
开始
[2025-05-20 03:41:10]
ready to start ...
申请证书
[2025-05-20 03:41:10]
ready to apply ...
[2025-05-20 03:41:10]
skip this application, because the certificate has already been issued (expires in 70d, next renewal in 30d)
部署证书
[2025-05-20 03:41:10]
ready to deploy ...
[2025-05-20 03:41:10]
skip this deployment, because the certificate has already been deployed
部署证书
[2025-05-20 03:41:10]
ready to deploy ...
[2025-05-20 03:41:10]
skip this deployment, because the certificate has already been deployed
部署证书
[2025-05-20 03:41:10]
ready to deploy ...
[2025-05-20 03:41:10]
re-deploy, because the configuration item 'ProviderConfig' changed
[2025-05-20 03:41:10]
ssh connected
[2025-05-20 03:41:10]
ssl certificate file uploaded
[2025-05-20 03:41:11]
ssl private key file uploaded
目前状态一直显示执行中
其他 / Miscellaneous
No response
@zczc0417 commented on GitHub (May 20, 2025):
今天也碰到了 但是我这个实际上是部署成功了 但是certimate貌似没有收到退出码
@wmdxcn commented on GitHub (May 20, 2025):
@wmdxcn commented on GitHub (May 20, 2025):
原因找到了
服务器端写了一个挂起 nohup ./*** & 的shell (***.sh)
在证书部署后 执行命令 sudo bash ***.sh 会卡在这一步
@fudiwei commented on GitHub (May 20, 2025):
意外结束进程再重启未执行完的工作流不会恢复,你可以在执行历史列表里手动中止它。