클라이언트 다운로드 url은 deploys로 시작하는게 맞음
This commit is contained in:
@ -180,8 +180,8 @@ func (h *houstonHandler) Deploy(w http.ResponseWriter, r *http.Request) {
|
||||
shared.DeployRequest{
|
||||
Name: name,
|
||||
Version: version,
|
||||
Url: path.Join(relPath, latestFilename),
|
||||
Config: path.Join(h.deployPath, name, "config", "config.json"),
|
||||
Url: path.Join("deploys", name, version, latestFilename),
|
||||
Config: path.Join("deploys", name, "config", "config.json"),
|
||||
},
|
||||
targets,
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user