Skip to content

Commit

Permalink
Update DeployCommand.php (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEllis authored Jan 13, 2024
1 parent c049627 commit 6d96a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/DeployCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function handle()

if ($deployment['database'] && $deployment['database']['certificate_authority_status'] === 'expiring') {
Helpers::line();
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.');
Helpers::warn('Your database is using 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.');
Helpers::line();
Helpers::line("https://{$deployment['database']['region']}.console.aws.amazon.com/rds/home?region={$deployment['database']['region']}#ca-cert-update:");
}
Expand Down

0 comments on commit 6d96a8f

Please sign in to comment.