config도 폴더로 저장

This commit is contained in:
2023-06-12 11:50:00 +09:00
parent 153a9e50ca
commit 471d07a188

View File

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