Skip to content

Instantly share code, notes, and snippets.

@homanp
Last active January 20, 2024 21:27
Show Gist options
  • Save homanp/315c5e39ebab00a8053e4f75c0b0547a to your computer and use it in GitHub Desktop.
Save homanp/315c5e39ebab00a8053e4f75c0b0547a to your computer and use it in GitHub Desktop.
Deploy Superagent on Render

Deploy Superagent to Render

This guide shows you how to deploy the Superagent API to Render.com

  1. Create a new Web service from within the Render dashboard.

  2. Select Build and deploy from a Git repository.

Screenshot 2023-11-05 at 23 28 24

  1. Connect your Superaget fork from the list of repositories.

  2. Set the Root directory option to ./libs/superagent.

Screenshot 2023-11-05 at 23 38 40

  1. Set the Dockerfile Path to Dockerfile.

Screenshot 2023-11-05 at 23 38 33

  1. Add all required enviornment varialbes. See example here.

  2. Press Create service.

  3. After the Render deployment is ready you can access the Superagent API at https://<your_domain>.com/api/v1.

That's it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment