This guide covers how to deploy this project to Render. You can use their free tier or a paid tier.
- Fork This Repository
- Sign Up for Render
- Create Your Config File
- Create a New Render Web Service
- Notes
Fork this repo to your account. This will be used to deploy to Render.
Add a new file, config.render.json
in the root of your forked repo and add your configuration to it.
This file is git ignored and will not be stored in git but used later when setting up Render.
Follow the Render docs to create this. When you get to the end of Step 4, add the following Advanced settings:
Key | Value |
---|---|
CONFIG_FILE_PATH |
/etc/secrets/config.render.json |
Filename | Contents |
---|---|
config.render.json |
Copy/Paste contents of config.render.json |
Once the web service is saved it will be deployed and available on the URL noted in the Render Dashboard.
If you update your config file you will need to update the Secret File contents in the Render Dashboard for the project.