Skip to content
ZJUSTKIDDING edited this page Jan 19, 2022 · 1 revision

Deploying to Heroku

First off, register or login to Heroku.com.

Creating a Heroku app

After that is done, fork this repository, go to Heroku and click New and select Create new app. Type in your app name, this will determine the app's URL later. Optionally select a region.

Deployment

In deployment method select GitHub. Scroll down to Connect to GitHub. If there's a Login with GitHub button, click it and authorize Heroku. Then select your account and in the repo name box type the forked repo's name. (Not URL! Generally repo name is codecombat.) Click the [Connect] button. Then optionally setup auto deploys, and do a manual deploy.

Post-deployment

Wait until it builds. go to [App name].herokuapp.com

Profit!

Clone this wiki locally