Render

Creating a Render account

Create a GitHub account first if you haven't already done so. Instructions on how to create a GitHub account can be found on this page GitHub.

1. Go to https://dashboard.render.com and click on GitHub. (DO NOT CREATE AN ACCOUNT VIA OTHER OPTIONS)

2. Authorise Render

3. Enter your email address and click Create Account

5. Fill up the form and click on Continue to Render

6. Congrats! You now have a Render account created!

Deploying my Website (without a Backend)

1. Open Render Dashboard (https://dashboard.render.com) and click on New Static Site.

2. Connect to your repository

3. Set the publish directory to "." and click Create Static Site

4. Congrats, your website should now start building and successfully deployed!

(Optional) Deploying my Web App with a NodeJS Backend

1. Open Render Dashboard (https://dashboard.render.com) and click on New Web Service.

2. Select Build and deploy from a Git repository then click Next

3. Connect to your GitHub Repository

4. Enter the Build and Start Command for your application (the screenshot assumes your routing filename is server.js)

5. Change the Instance Type to Free then click Create Web Service

6. Your application is now successfully deployed!

Refer to Sample Web App if you are looking for instructions on how to deploy a Postgres Database on Render.

Last updated