Adding deploy to Heroku button

This commit is contained in:
Garret Picchioni 2019-02-25 19:14:23 -03:00
parent 58fd8a66fe
commit cb73141cd4
No known key found for this signature in database
GPG Key ID: AFB3DB1A44B980C2
2 changed files with 14 additions and 0 deletions

View File

@ -101,6 +101,12 @@ Hub](https://hub.docker.com/r/mpolden/echoip), which can be downloaded with:
`docker pull mpolden/echoip`
## Deploying to Heroku
Click the button below to automatically build and deploy the application to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
### Usage
```

8
app.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "echoip",
"description": "IP address lookup service",
"website": "https://ifconfig.co",
"repository": "https://github.com/mpolden/echoip",
"stack": "container",
"success_url": "/"
}