New Resource

Deploy any Git repository from different sources.
@if ($current_step === 'type')
Public Repository
You can deploy any kind of public repositories from the supported git servers.
Private Repository
You can deploy public & private repositories through your GitHub Apps.
Private Repository (with deploy key)
You can deploy public & private repositories with a simple deploy key.
@endif @if ($current_step === 'servers')
@foreach ($servers as $server)
{{ $server->name }}
{{ $server->description }}
@endforeach
@endif @if ($current_step === 'destinations')
@foreach ($destinations as $destination)
{{ $destination->name }}
{{ $destination->network }}
@endforeach
@endif