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

9 lines
357 B
PHP
Raw Normal View History

2023-06-20 15:25:45 +02:00
@if ($pull_request_id !== 0)
2023-06-21 10:48:43 +02: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 15:25:45 +02:00
@endif
2023-06-21 10:48:43 +02:00
<a target="_blank" href="{{ $deployment_url }}">View Deployment Logs</a><br><br>