@foreach ($environments as $environment)
@endforeach
Deploy resources, like Applications, Databases, Services...
@if ($current_step === 'type')
Select Resource Type
Select a Server
Select a Destination
Applications
Public Repository
You can deploy any kind of public repositories from the supported git providers.
Private Repository (with GitHub App)
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 (SSH key).
Based on a Dockerfile
You can deploy a simple Dockerfile, without Git.
Based on a Docker Compose
You can deploy complex application easily with Docker Compose, without Git.
Based on an existing Docker Image
You can deploy an existing Docker Image from any Registry, without Git.
Databases
New PostgreSQL
PostgreSQL is an object-relational database known for its
robustness, advanced features, and strong standards compliance.
New Redis
Redis is an open-source, in-memory data structure store, used as a database, cache, and message
broker.
New MongoDB
MongoDB is a source-available, NoSQL database that uses JSON-like documents with
optional schemas.
New MySQL
MySQL is a relational database known for its speed, reliability, and
flexibility.
New Mariadb
MariaDB is a relational database that serves as a drop-in
replacement for MySQL.
{{--
Backup Existing PostgreSQL
Schedule a backup of an existing PostgreSQL database.
Trademarks Policy: The respective trademarks mentioned here are owned by the
respective
companies, and use of them does not imply any affiliation or endorsement.