diff --git a/server/http_api.go b/server/http_api.go index 8b29c90..679356d 100644 --- a/server/http_api.go +++ b/server/http_api.go @@ -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, ))