Create a new Application

Deploy any public or private git repositories through a GitHub App.
@if ($github_apps->count() > 0)
@if ($current_step === 'github_apps')
@foreach ($github_apps as $ghapp) @if ($selected_github_app_id == $ghapp->id)
{{ $ghapp->name }}
@else
{{ $ghapp->name }}
@endif @endforeach
@endif @if ($current_step === 'repository') @if ($repositories->count() > 0)
@foreach ($repositories as $repo) @if ($loop->first) @else @endif @endforeach Check repository
@else
No repositories found. Check your GitHub App configuration.
@endif @if ($branches->count() > 0)

Details

@foreach ($branches as $branch) @if ($loop->first) @else @endif @endforeach @if ($is_static) @else @endif
Save New Application @endif @endif
@else
No Git App found.
Add
@endif