From c13dfcfa6268940390ff889710624d84fbb17997 Mon Sep 17 00:00:00 2001 From: Rune Skjoldborg Madsen Date: Thu, 13 Aug 2015 12:47:33 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8293b58..660a988 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,10 @@ my server and start it using `sudo service imageproxy start`. You will certainly want to modify that upstart script to suit your desired configuration. +## Deploying to Heroku ## + +It's easy to vendorize the dependencies with `Godep` and deploy to Heroku. Take a look at [this GitHub repo](https://github.com/oreillymedia/prototype-imageproxy) + ## Docker ## A docker image is available at [`willnorris/imageproxy`](https://registry.hub.docker.com/u/willnorris/imageproxy/dockerfile/).