Create a new Application

Deploy any public or private Git repositories through a Deploy Key.
@if ($current_step === 'private_keys')
@forelse ($private_keys as $key) @if ($private_key_id == $key->id)
{{ $key->name }}
@else
{{ $key->name }}
@endif @empty
No private keys found.
Create a new private key
@endforelse
@endif @if ($current_step === 'repository')
@if ($is_static) @endif
@if ($show_is_static)
@endif Continue @endif