config파일을 추가로 배포

This commit is contained in:
2023-06-12 12:28:33 +09:00
parent 471d07a188
commit b14ad791df
3 changed files with 13 additions and 6 deletions

View File

@ -22,6 +22,7 @@ type DeployRequest struct {
Name string
Version string
Url string
Config string
AccessToken string
}