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

9 lines
357 B
PHP
Raw Normal View History

2023-06-20 13:25:45 +00:00
@if ($pull_request_id !== 0)
2023-06-21 08:48:43 +00:00
Pull Request #{{ $pull_request_id }} of {{ $name }} (<a target="_blank"
href="{{ $fqdn }}">{{ $fqdn }}</a>) deployment failed:
@else
Deployment failed of {{ $name }} (<a target="_blank" href="{{ $fqdn }}">{{ $fqdn }}</a>):
2023-06-20 13:25:45 +00:00
@endif
2023-06-21 08:48:43 +00:00
<a target="_blank" href="{{ $deployment_url }}">View Deployment Logs</a><br><br>