Skip to content

Deploy to Render

Masanori Ohgita edited this page Nov 30, 2024 · 8 revisions

Deploy to Render

Deployed example: https://angular-nest.onrender.com/

Overview

Deploy your app to Render (Render.com) using automated deployment from a GitHub repository.

This app can be deployed to with either of the following methods:

  • node environment (without Docker):
    • Pros.
      • Easy to deploy in a short build time.
  • docker environment (with Docker):
    • Pros.
      • You can install various dependent packages and native modules, using the apt command and other methods.

node environment (without Docker)

To deploy using this method, you just create a new repository from this repository.

Then, please navigate to https://render.com/deploy?repo=https://github.com/YOUR_GITHUB_NAME/YOUR_REPOSITORY_NAME/tree/master

docker environment (with Docker)

#TODO Under construction...

References