lasthourcloud/resources/views/emails/application-deployed-successfully.blade.php
Andras Bacsai bb3a1d2f16 wip
2023-06-19 15:34:39 +02:00

10 lines
341 B
PHP

Hello,<br><br>
A new version of your application "{{ $name }}"@if ($pull_request_id !== 0)
:PR#{{ $pull_request_id }}
@endif has been deployed to <a target="_blank"
href="{{ $fqdn }}">{{ $fqdn }}</a><br><br>
Click the following link to view the deployment logs: <a target="_blank" href="{{ $url }}">View
Deployment</a><br><br>