You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Commands/DeployCommand.php
+7
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,13 @@ public function handle()
66
66
$this->debugMode()
67
67
));
68
68
69
+
if ($deployment['database'] && $deployment['database']['certificate_authority_status'] === 'expiring') {
70
+
Helpers::line();
71
+
Helpers::warn('You database is uses a certificate which expires in August 2024. To prevent connectivity issues after this date, please update the Certificate Authority of your database from the AWS console using the link below.');
0 commit comments