Create a new Application

+ Add New GitHub App
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)
{{ data_get($ghapp, 'name') }}
{{ data_get($ghapp, 'html_url') }}
@endforeach
@endif @if ($current_step === 'repository') @if ($repositories->count() > 0)
@foreach ($repositories as $repo) @if ($loop->first) @else @endif @endforeach Load Repository Details Change Repositories on GitHub
@else
No repositories found. Check your GitHub App configuration.
@endif @if ($branches->count() > 0)
@foreach ($branches as $branch) @if ($loop->first) @else @endif @endforeach @if ($is_static) @else @endif
Save New Application @endif @endif
@else
No GitHub Application found. Please create a new GitHub Application.
@endif