Borzoi is a lightweight deployment tool designed to simplify the process of deploying applications to your private server (for those who usually do it by hand).
- In the root of your repository, create a
borzoi
directory and place aborzoi.yaml
file inside. Add adocker-compose.yaml
to manage your application’s container setup. - Ensure both
nginx
anddocker
are installed and configured on your server. - Run Borzoi with
sudo
on your server (e.g.,borzoi.server.com
). - Send a POST request to
borzoi.server.com/api/v1/deploy/create
, including your repository URL and branch name. You can also set up GitHub Webhooks to automate this step. - Visit
borzoi.server.com
to see your application running.
This project is licensed under the MIT License.
You can view the full license in the LICENSE file.