From 5bb32547c9ff03117c0b578aa4962d8ec962dd46 Mon Sep 17 00:00:00 2001 From: Alexandre Testu Date: Fri, 22 Jan 2021 10:08:00 -0500 Subject: [PATCH] updated heroku instructons / added eb instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49cddb4..45b9827 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,14 @@ don't have much experience with them personally. ### 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) +a look at [this GitHub repo](https://github.com/oreillymedia/prototype-imageproxy/tree/heroku) +(make sure you use the `heroku` branch). + +### AWS Elastic Beanstalk ### + +[O’Reilly Media](https://github.com/oreillymedia) set up [a repository](https://github.com/oreillymedia/prototype-imageproxy) +with everything you need to deploy imageproxy to Elastic Beanstalk. Just follow the instructions +in the [README](https://github.com/oreillymedia/prototype-imageproxy/blob/master/Readme.md). ### Docker ###