New Application

Deploy any public or private git repositories through a GitHub App.
@if ($github_apps->count() > 0)

Select a GitHub App

@foreach ($github_apps as $ghapp) @if ($selected_github_app_id == $ghapp->id) {{ $ghapp->name }} @else {{ $ghapp->name }} @endif @endforeach
@if ($repositories->count() > 0)
@foreach ($repositories as $repo) @if ($loop->first) @else @endif @endforeach Check repository
@endif
@if ($branches->count() > 0)
@foreach ($branches as $branch) @if ($loop->first) @else @endif @endforeach @if ($is_static) @else @endif
Save New Application @endif
@else Add new github app @endif