Skip to content

JustDeploy User Documentation

CHALOPIN Clément edited this page Apr 16, 2024 · 1 revision

Welcome to the JustDeploy User Documentation !

Introduction

JustDeploy is an open-source application designed to simplify the deployment process for developers. It allows you to deploy your simple applications on your own server with ease. JustDeploy handles server connection, Docker installation, and secure certificate generation, making the deployment process seamless and efficient.

Unlike other deployment tools, JustDeploy doesn't install anything on your server other than your application. This makes it an ideal choice for small servers with limited resources or development environments.

Features

  • Connect Server
  • Deploy your dockeried app
  • TLS support
  • deploy on commit
  • add database
  • found config from your source (.env, docker-compose.yml)
Clone this wiki locally