12 lines
343 B
PHP
12 lines
343 B
PHP
<x-emails.layout>
|
|
@if ($pull_request_id === 0)
|
|
Failed to deploy a new version of {{ $name }} at [{{ $fqdn }}]({{ $fqdn }}) .
|
|
@else
|
|
Failed to deploy a pull request #{{ $pull_request_id }} of {{ $name }} at
|
|
[{{ $fqdn }}]({{ $fqdn }}).
|
|
@endif
|
|
|
|
[View Deployment Logs]({{ $deployment_url }})
|
|
|
|
</x-emails.layout>
|