This repository is configured for continuous deployment to Render.com on their free tier.
The deployment is defined using infrastructure-as-code in the render.yaml
file at the root of the repository. This file tells Render to:
web
.docker
environment to build and deploy the service./
path to perform health checks, ensuring the service is running correctly.To deploy this repository to your own Render account:
render.yaml
file.Any subsequent pushes to your main
branch will automatically trigger a new deployment on Render.