config도 폴더로 저장
This commit is contained in:
@ -90,7 +90,7 @@ func (h *houstonHandler) UploadDeploySource(w http.ResponseWriter, r *http.Reque
|
||||
var filename string
|
||||
|
||||
if version == "config" {
|
||||
filename = path.Join("deploys", name, header.Filename)
|
||||
filename = path.Join("deploys", name, version, "config"+ext)
|
||||
} else {
|
||||
// deploys 폴더는 파일시스템 서비스이므로 다운로드 가능
|
||||
filename = path.Join("deploys", name, version, name+ext)
|
||||
|
||||
Reference in New Issue
Block a user