Updated Heroku (markdown)

master
Hunter Long 2018-12-19 21:27:55 -08:00
parent 7a66c2d3e6
commit e1af7f4324
1 changed files with 6 additions and 1 deletions

@ -2,4 +2,9 @@ You can now instantly deploy your Statping instance on a free Heroku container.
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hunterlong/statping/tree/master)
View the live Heroku Statping instance at: [https://statping.herokuapp.com](https://statping.herokuapp.com)
View the live Heroku Statping instance at: [https://statping.herokuapp.com](https://statping.herokuapp.com)
# Database Configuration
You will need to deploy a Postgres database to your instance and insert some configuration variables. View the image below to see what environment variable you need to configure. If you insert `DB_CONN`, Statping will attempt to automatically connect to the database without the need for the `config.yml` file.
![](https://img.cjx.io/herokustatping.png)