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

6 lines
275 B
PHP
Raw Normal View History

2023-04-26 11:01:09 +00:00
<x-layout>
<h1>Deployment</h1>
2023-05-10 10:22:27 +00:00
<x-applications.navbar :applicationId="$application->id" :gitBranchLocation="$application->gitBranchLocation" />
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>