mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(applications): enable autodeploy by default
This commit is contained in:
@@ -122,7 +122,7 @@ export const applications = pgTable("application", {
|
||||
owner: text("owner"),
|
||||
branch: text("branch"),
|
||||
buildPath: text("buildPath").default("/"),
|
||||
autoDeploy: boolean("autoDeploy"),
|
||||
autoDeploy: boolean("autoDeploy").$defaultFn(() => true),
|
||||
// Docker
|
||||
username: text("username"),
|
||||
password: text("password"),
|
||||
|
||||
Reference in New Issue
Block a user