lasthourcloud/resources/views/project/application/deployment.blade.php

6 lines
289 B
PHP
Raw Normal View History

2023-04-26 11:01:09 +00:00
<x-layout>
2023-05-10 10:22:27 +00:00
<x-applications.navbar :applicationId="$application->id" :gitBranchLocation="$application->gitBranchLocation" />
2023-05-16 18:47:59 +00:00
<h1 class="py-10">Deployment</h1>
2023-04-25 09:01:56 +00:00
<livewire:project.application.poll-deployment :activity="$activity" :deployment_uuid="$deployment_uuid" />
2023-04-26 11:01:09 +00:00
</x-layout>