@if ($github_apps->isEmpty())

GitHub App

Connect a GitHub App before selecting a private repository.

@elseif ($current_step === 'github_apps')

Choose GitHub App

Select the installation that can access the repository you want to deploy.

@foreach ($github_apps as $ghapp) @endforeach
@elseif ($current_step === 'repository')

Choose repository

Search repositories available through {{ $github_app->name }}.

@if ($repositories->isNotEmpty())
Load repository
@else @endif
@if ($branches->isNotEmpty())

Build configuration

Choose the branch and build strategy for this application.

Continue
@if ($show_is_static) @endif @if ($is_static) @endif
@if ($build_pack === 'dockercompose')

Resolved file:

@else @endif
@endif @endif