mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 04:59:31 +00:00
feat: Autodeploy pause
This commit is contained in:
@@ -45,8 +45,8 @@ export const post: RequestHandler = async (event) => {
|
||||
})
|
||||
)
|
||||
.digest('hex');
|
||||
await db.prisma.application.updateMany({
|
||||
where: { branch, projectId },
|
||||
await db.prisma.application.update({
|
||||
where: { id: application.id },
|
||||
data: { configHash }
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user