feat: preview deployments for pull requests with specific labels

This commit is contained in:
PiquelChips
2025-07-23 21:39:54 +02:00
parent b95dfed8fc
commit f2ae39aa86
3 changed files with 31 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ export const applications = pgTable("application", {
previewEnv: text("previewEnv"),
watchPaths: text("watchPaths").array(),
previewBuildArgs: text("previewBuildArgs"),
previewLabels: text("previewLabels"),
previewWildcard: text("previewWildcard"),
previewPort: integer("previewPort").default(3000),
previewHttps: boolean("previewHttps").notNull().default(false),