Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

70 total results found

Overview

CI/CD Pipelines

Elestio is the simplest and fastest way to deploy your source code from github/gitlab/docker registry to production. In 3 steps you can deploy any kind of project, frontend, backend, API, DB, you name it. Select your source code in Github / Gitlab or fro...

Deploy your first CI/CD pipeline on Elestio

CI/CD Pipelines

You are about to learn how to deploy an application from a Git repository to production on any cloud. First, open the Elestio dashboard and click on CI/CD  1) Select your source From there click on Github or Gitlab, and you will be asked to provide author...

Deploy docker-compose apps (Wordpress, MySQL, Redis, Keycloak ...)

CI/CD Pipelines

You are about to learn how to deploy docker-compose applications to a CI/CD target. This is useful when you don't need a Git workflow and your images are already available on a public or private docker registry.  Use cases: Deploy one or multiple instances...

Create your own template (elestio.yml)

CI/CD Pipelines

You can create your own template to be deployed on Elestio for yourself (private repo) or for anyone (public repo). We recommend that you fork one of our sample repositories as a base and modify it to meet your requirements:  Samples repositories for the mos...

Pipelines migration, move pipelines between CI/CD targets safely

CI/CD Pipelines

In several situations, you might want to move a deployed CI/CD pipeline from one target to another one. On Elestio, you can safely move a pipeline between targets even if the pipeline contains data. Let's consider a few situations: Your CI/CD target is ove...

Multi-factor authentication

Security

By default, Elestio uses Email-based MFA, each time you log in to Elestio we will send you an email with a one-time code to enter into our UI to be able to connect. This protection is in place to enforce security and avoid account hacking. We also have TOTP-b...

Custom domains on CI/CD pipelines

CI/CD Pipelines

You can add any number of custom domain names on your CI/CD pipeline, Elestio will automatically configure the routing of the traffic and SSL termination / certificate creation and renewals. To add a custom domain on your pipeline click on "Domain Management"...

Free trial

Billing

Elestio offers a 3-day free trial with $20 in credits, during which you can launch up to 4 services. Additionally to the services in our catalog, you have access to load balancers, volumes, and CI/CD pipelines. Domain names are the only thing that cannot be a...

Elestio Data Processing Agreement

Legal & Compliance

Last Modified: December 21, 2022 1. Background This Data Processing Agreement (‘’DPA’’) is attached to the General Terms (available at https://elest.io/terms and forms an inseparable part of the Agreement entered into by Elestio limited (hereinafter “Elestio...

Can I use OUTFILE in Managed MySQL?

Frequently Asked Questions

Yes it's possible on Elestio. Since we are running MySQL inside a docker container you will have to modify the stack to mount a new volume in the docker-compose. You can edit it with UPDATE CONFIG button from our dashboardYou will have to add a line like this ...