Skip to content

Deploy to Render

Masanori Ohgita edited this page Apr 26, 2022 · 8 revisions

Deploy to Render

This template application can be deployed to Render (Render.com) 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 fork 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

References

Clone this wiki locally