This guide shows you how to deploy the Superagent API to Render.com
-
Create a new
Web servicefrom within the Render dashboard. -
Select
Build and deploy from a Git repository.
-
Connect your Superaget fork from the list of repositories.
-
Set the
Root directoryoption to./libs/superagent.
- Set the
Dockerfile Pathto 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!


