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

9 lines
351 B
PHP
Raw Normal View History

2023-06-20 15:25:45 +02:00
@if ($pull_request_id === 0)
A new version of <a target="_blank" href="{{ $fqdn }}">{{ $fqdn }}</a> is available.<br><br>
@else
Pull request #{{ $pull_request_id }} is available for review at <a target="_blank"
href="{{ $fqdn }}">{{ $fqdn }}</a><br><br>
@endif
<a target="_blank" href="{{ $url }}">View
Deployment Logs</a><br><br>