JustDeploy is an open-source cli application designed to simplify the deployment process for developers. It allows you to deploy your applications on your own server. It is designed to be simple and get your source to your server in a single command.
curl -fsSL https://get.justdeploy.app | bash
Zero config deployment
Allows you to simply deploy your application without dealing with configuration
No vendor lock in
Deploy your application on any server, you only need an ssh connection. It can be a server in the cloud or at home.
Light weight
Doesn't install anything extra on your server, only your application. This makes it an ideal choice for small servers with limited resources or development environments.
You can manage and add a database from and connect to your application very easily.