Deploying applications built on Gel Cloud to Render
-
Push project to GitHub or some other Git remote repository
-
Create and make note of a secret key for your Gel Cloud instance
-
From Render's dashboard, click "New > Web Service"
-
Import your project's repository
-
In the setup page, scroll down to the "Environment Variables" section and add the following environment variables:
-
GEL_INSTANCE
containing your Gel Cloud instance name (in<org>/<instance-name>
format) -
GEL_SECRET_KEY
containing the secret key you created and noted previously.
-
-
Click Deploy
