Installing own bors-ng on heroku - how to tell dashboard url

Hi,

This is my first time using heroku, I’m trying to install a bors-ng instance there for my github org, but I’m a bit stuck…
I’m at step 1: creating the GitHub App, but I’m confused as to how to find what the <DASHBOARD_URL> will be. In step 2 I read that it depends on where I decide to deploy (which for me is heroku), but knowing where I want to deploy has not made me any wiser as to what my <DASHBOARD_URL> will be, how do I find this value?

Thanks,
Ben.

1 Like

It’s going to default to https://<APP_NAME>.herokuapp.com.

6 posts were split to a new topic: How to tell INTEGRATION_ID

Thanks @notriddle!