send notification on update failure

This commit is contained in:
Denis Duliçi
2021-03-12 17:24:03 +03:00
parent a97709a8cb
commit 1259fa7918
9 changed files with 408 additions and 68 deletions

View File

@ -7,4 +7,21 @@ return [
'salutation' => 'Regards,<br> :company_name',
'subcopy' => 'If youre having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
'update' => [
'mail' => [
'subject' => '⚠️ Update failed on :domain',
'message' => 'The update of :alias from :current_version to :new_version failed in <strong>:step</strong> step with the following message: :error_message',
],
'slack' => [
'message' => 'Update failed on :domain',
],
],
];