lasthourcloud/resources/views/emails/application-deployed-with-error.blade.php

13 lines
316 B
PHP
Raw Normal View History

2023-06-19 12:31:42 +00:00
Hello,<br><br>
2023-06-20 13:25:45 +00:00
Deployment failed of "{{ $name }}"
@if ($pull_request_id !== 0)
:PR #{{ $pull_request_id }}
@endif
to <a target="_blank" href="{{ $fqdn }}">{{ $fqdn }}</a>.<br><br>
2023-06-19 12:31:42 +00:00
Click the following link to view the deployment logs: <a target="_blank" href="{{ $url }}">View
2023-06-20 13:25:45 +00:00
Deployment Logs</a><br><br>