mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
9 lines
303 B
PHP
9 lines
303 B
PHP
<div>
|
|
<h2>Destination</h2>
|
|
<div class="text-sm">The destination server / network where your application will be deployed to.</div>
|
|
<div class="py-4">
|
|
<p>Server: {{ data_get($destination, 'server.name') }}</p>
|
|
<p>Destination: {{ $destination->network }}</p>
|
|
</div>
|
|
</div>
|