Jelajahi Sumber

store folder path

Anukul Sangwan 4 tahun lalu
induk
melakukan
b46977917e
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      server/api/deploy_handler.go

+ 1 - 0
server/api/deploy_handler.go

@@ -186,6 +186,7 @@ func (app *App) HandleDeployTemplate(w http.ResponseWriter, r *http.Request) {
 			GitBranch:      form.GithubActionConfig.GitBranch,
 			ImageRepoURI:   form.GithubActionConfig.ImageRepoURI,
 			DockerfilePath: form.GithubActionConfig.DockerfilePath,
+			FolderPath:     form.GithubActionConfig.FolderPath,
 			GitRepoID:      form.GithubActionConfig.GitRepoID,
 			RegistryID:     form.GithubActionConfig.RegistryID,