마지막 배포 상태 항상 유지 + timestamp

This commit is contained in:
2023-10-26 13:53:36 +09:00
parent 282ef95ab0
commit 22148f8ae7
3 changed files with 55 additions and 23 deletions

View File

@ -108,7 +108,7 @@ type Operation interface {
RestartProcess(RestartProcessRequest)
Upload(UploadRequest)
Hosts() map[string]hostSnapshot
DeplyingProgress() []*protos.DeployingProgress
DeplyingProgress() []deployingProgress
}
func loadServerConfig() serverConfig {