coolify/resources/views/emails/application-deployed-successfully.blade.php

9 lines
364 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
A new version of <a target="_blank" href="{{ $fqdn }}">{{ $fqdn }}</a> is available:
2023-06-20 15:25:45 +02:00
@else
2023-06-21 10:48:43 +02:00
Pull request #{{ $pull_request_id }} of {{ $name }} deployed successfully: <a target="_blank"
href="{{ $fqdn }}">Application Link</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
2023-06-20 15:25:45 +02:00
Deployment Logs</a><br><br>