diff --git a/README.md b/README.md index f41ec21..62cfc1c 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/app.json b/app.json new file mode 100644 index 0000000..b3be93a --- /dev/null +++ b/app.json @@ -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": "/" +}