CI/CD Pipelines
Go from source code to production with CI/CD Pipelines. We support Github, Gitlab & docker registries as source. Pipelines can be deployed on any cloud, even on-premise.
Overview
Elestio is the simplest and fastest way to deploy your source code from github/gitlab/docker regi...
Deploy your first CI/CD pipeline on Elestio
You are about to learn how to deploy an application from a Git repository to production on any cl...
Deploy docker-compose apps (Wordpress, MySQL, Redis, Keycloak ...)
You are about to learn how to deploy docker-compose applications to a CI/CD target. This is usefu...
Deploy own docker-compose image using Elestio "Custom docker-compose"
This tutorial will walk you through the process of deploying your own custom Docker image to the ...
How to Deploy React App on Elestio
So you made a React web application and want to deploy it to the cloud 🚀 You probably heard abou...
How to Deploy NodeJs-express app with a static front-end in a pug on Elestio
So you made a static full stack frontend pug with nodejs backend application and want to deploy i...
Deploy examples & apps on Elestio using the "clone template" feature
This tutorial will show you how to use our clone template feature in CI/CD. We're going to use a ...
Custom domains on CI/CD pipelines
Prerequisites If the firewall is enabled on your service, ensure that port 80 is open. This is re...
Create your own template (elestio.yml)
You can create your own template to be deployed on Elestio for yourself (private repo) or for any...
Clone CI/CD pipeline
When distributing your project pipeline across the Production, Staging, and Test environments, yo...
Pipelines migration, move pipelines between CI/CD targets safely
In several situations, you might want to move a deployed CI/CD pipeline from one target to anothe...
Deploy examples & apps on Elestio using the "Import Third-Party Git Repository" feature
This tutorial will walk you through the process of deploying GitHub, GitLab, or Bitbucket public ...
How to Create a Pipeline for Git Submodule Repo
Deploying code from a repository that includes Git submodules can be a bit more complex than a st...
How to Run a Nuxt App with preinstall script in Elestio
When running a Nuxt.js application using runtime NodeJs, particularly with a preinstall script, y...