|
|
@@ -218,12 +218,14 @@ const NewAppFlow: React.FC<Props> = ({ ...props }) => {
|
|
|
: {};
|
|
|
|
|
|
// write to the db
|
|
|
+ console.log("what is it", actionConfig.git_repo_id)
|
|
|
await api.createPorterApp(
|
|
|
"<token>",
|
|
|
{
|
|
|
name: formState.applicationName,
|
|
|
repo_name: actionConfig.git_repo,
|
|
|
git_branch: branch,
|
|
|
+ git_repo_id: actionConfig?.git_repo_id,
|
|
|
build_context: folderPath,
|
|
|
builder: (buildConfig as any)?.builder,
|
|
|
buildpacks: (buildConfig as any)?.buildpacks?.join(",") ?? "",
|