Deploy from local to production (self-hosted)

Airo simplifies the deployment of projects from your local computer to your self-hosted server by eliminating the need for complex configurations like Kubernetes or CI/CD pipelines. Focus on building your product instead of managing infrastructure with Airo’s easy deployment process. Build and push Docker images directly from your machine, deploy instantly with a single command, update configurations securely using SSH, and set up HTTPS and reverse proxy automatically with Caddy. Simply define services in a compose.yml file, configure deployment details in env.yml, prepare your Dockerfile, and set up your Caddyfile for automatic HTTPS. Airo makes deploying updates as easy as a single command.

https://github.com/bypirob/airo

To top