클라이언트 다운로드 url은 deploys로 시작하는게 맞음

This commit is contained in:
2023-06-13 16:25:32 +09:00
parent faefd8cfca
commit 26b12fad72

View File

@ -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,
))