-
Notifications
You must be signed in to change notification settings - Fork 7
Deploy to Render
Masanori Ohgita edited this page Nov 30, 2024
·
8 revisions
Deployed example: https://angular-nest.onrender.com/
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.
- Pros.
-
docker
environment (with Docker):- Pros.
- You can install various dependent packages and native modules, using the
apt
command and other methods.
- You can install various dependent packages and native modules, using the
- Pros.
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
#TODO Under construction...