fix: Persistent storage on webhooks

This commit is contained in:
Andras Bacsai
2022-03-30 09:28:45 +02:00
parent d9b74ada84
commit b8d8ee4560
2 changed files with 3 additions and 2 deletions

View File

@@ -78,7 +78,8 @@ export async function getApplicationWebhook({ projectId, branch }) {
destinationDocker: true,
settings: true,
gitSource: { include: { githubApp: true, gitlabApp: true } },
secrets: true
secrets: true,
persistentStorage: true
}
});
if (!application) {