Advanced Search
Search Results
8 total results found
Newsletter
You can get the most recent information about Elestio features, supported software, and tips by subscribing to the elestio newsletter. You can subscribe to the elestio newsletter during sign-up by checking the box (Sign up for our newsletter) and later ma...
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 about Kubernetes (and all its complexity) or various options to deploy your apps like Heroku, Render Fly, or Railways. They all have something in common, those product...
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 it to the cloud 🚀 You probably heard about Kubernetes (and all its complexity) or various options to deploy your apps like Heroku, Render Fly, or Railways. They al...
Clone CI/CD pipeline
When distributing your project pipeline across the Production, Staging, and Test environments, you might want to copy a deployed CI/CD pipeline from one target to another or the same target.When using Elestio, you can safely clone a pipeline between identical,...
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 Simple Javascript web application, but you can use any template and deploy it in the same way. 🚀 The clone template feature was similar to forking our examples fr...
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 Elestio cloud. Use cases: Deploy one or multiple instances of stateful apps like Wordpress / Directus / MySQL / Redis / RabbitMQ / ... Deploy an internal serv...
Create a new volume
To create a new volume in an Elestio: Step 1: Open Elestio Dashboard and then click the volume tab in the left sidebar. Â Â Step 2: Select Service Cloud Provider Elestio has the top 5 cloud partners in 85 locations across 27 countries (AWS Lightsail, ...
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 repositories in CI/CD using our Import Third-Party Git Repository feature. In our example, we'll use a Simple JavaScript web application public repository, but you...