Render
This guide shows you how to deploy the Superagent API to Render.com
-
Create a new
Web service
from within the Render dashboard. -
Select
Build and deploy from a Git repository
.
-
Connect your Superaget fork from the list of repositories.
-
Set the
Root directory
option to./libs/superagent
.
- Set the
Dockerfile Path
to Dockerfile.
-
Add all required enviornment varialbes. See example here.
-
Press
Create service
. -
After the Render deployment is ready you can access the Superagent API at
https://<your_domain>.com/api/v1
.
That’s it!