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