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: [],
enableSubmodules: false,
applicationStatus: "done",
triggerType: "push",
appName: "",
autoDeploy: true,
serverId: "",

View File

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