@@ -729,6 +729,7 @@ export const createCustomNotification = async (
729729 appDeploy : input . appDeploy ,
730730 appBuildError : input . appBuildError ,
731731 databaseBackup : input . databaseBackup ,
732+ volumeBackup : input . volumeBackup ,
732733 dokployRestart : input . dokployRestart ,
733734 dockerCleanup : input . dockerCleanup ,
734735 notificationType : "custom" ,
@@ -853,6 +854,7 @@ export const createLarkNotification = async (
853854 appDeploy : input . appDeploy ,
854855 appBuildError : input . appBuildError ,
855856 databaseBackup : input . databaseBackup ,
857+ volumeBackup : input . volumeBackup ,
856858 dokployRestart : input . dokployRestart ,
857859 dockerCleanup : input . dockerCleanup ,
858860 notificationType : "lark" ,
@@ -1049,6 +1051,7 @@ export const createMattermostNotification = async (
10491051 appDeploy : input . appDeploy ,
10501052 appBuildError : input . appBuildError ,
10511053 databaseBackup : input . databaseBackup ,
1054+ volumeBackup : input . volumeBackup ,
10521055 dokployRestart : input . dokployRestart ,
10531056 dockerCleanup : input . dockerCleanup ,
10541057 notificationType : "mattermost" ,
@@ -1080,6 +1083,7 @@ export const updateMattermostNotification = async (
10801083 appDeploy : input . appDeploy ,
10811084 appBuildError : input . appBuildError ,
10821085 databaseBackup : input . databaseBackup ,
1086+ volumeBackup : input . volumeBackup ,
10831087 dokployRestart : input . dokployRestart ,
10841088 dockerCleanup : input . dockerCleanup ,
10851089 organizationId : input . organizationId ,
0 commit comments