base > docs > in-dev > Render Deployment
Warning
This feature is in development and is not yet ready for use.
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:
- Create a Web Service: Define a service of type
web. - Use Docker: Use the
dockerenvironment to build and deploy the service. - Use the Free Plan: Deploy the service on the free instance type.
- Configure Health Checks: Use the
/path to perform health checks, ensuring the service is running correctly.
To deploy this repository to your own Render account:
- Create a new "Blueprint" service in the Render dashboard.
- Connect the GitHub repository you created from this template.
- Render will automatically detect and use the
render.yamlfile. - Approve the plan, and Render will build and deploy the service.
Any subsequent pushes to your main branch will automatically trigger a new
deployment on Render.
services:
- type: web
name: base-template-app
env: docker
plan: free
healthCheckPath: /