Add triggerType field to baseApp configuration in drop and traefik test files

This commit is contained in:
Mauricio Siu 2025-04-26 22:18:43 -06:00
parent 55dc08b6ba
commit 144d48057c
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ const baseApp: ApplicationNested = {
watchPaths: [], watchPaths: [],
enableSubmodules: false, enableSubmodules: false,
applicationStatus: "done", applicationStatus: "done",
triggerType: "push",
appName: "", appName: "",
autoDeploy: true, autoDeploy: true,
serverId: "", serverId: "",

View File

@ -25,6 +25,7 @@ const baseApp: ApplicationNested = {
buildArgs: null, buildArgs: null,
isPreviewDeploymentsActive: false, isPreviewDeploymentsActive: false,
previewBuildArgs: null, previewBuildArgs: null,
triggerType: "push",
previewCertificateType: "none", previewCertificateType: "none",
previewEnv: null, previewEnv: null,
previewHttps: false, previewHttps: false,