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