How to install vito deploy in Digital Ocean

VitoDeploy or for short Vito is a self-hosted platform that automates server provisioning and application deployment for PHP projects like Laravel and WordPress, etc. It connects to your server remotely via SSH, installs necessary tools (e.g., Nginx, PHP, MySQL), and streamlines tasks like pulling code from repositories, managing environment variables, configuring web servers, and issuing SSL certificates. With a user-friendly interface, it supports multi-site deployments, automated backups, and performance monitoring, making it a convenient solution for managing servers and deploying applications efficiently.

To install Vitodeploy in Digital Ocean, you can run the following script:

bash <(https://gist.githubusercontent.com/masterfermin02/c38e676954660bf0a9bb225149704abe/raw/73be600614a33c28f22fbb31796844d0d79c28a6/vito_install.sh)

You if want more information about Vitodeploy you can do it on the official site:
https://vitodeploy.com/