New Resource

Deploy resources, like Applications, Databases, Services...
@if ($current_step === 'type')

Applications

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.

Databases

PostgreSQL
The most loved relational database in the world.
@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