Commit 3b50755e authored by santiaago's avatar santiaago
Browse files

Merge pull request #96 from amerine/add-heroku-button

misc: Adding Heroku Button.
parents 687262f3 671359ce
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -266,6 +266,12 @@ If you have heroku install you should be able to run
Deploy
=======

Easy

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

Manual

**Note:** heroku is now configured to build and deploy any `git push`to `master`. If you still want to manual deploy the app follow the steps below.

Before you start be sure to have the proper rsa key. [See Managing Your SSH Keys](https://devcenter.heroku.com/articles/keys) for more details and that. Also be sure to be logged in with heroku.

app.json

0 → 100644
+10 −0
Original line number Diff line number Diff line
{
  "name": "tinygraphs",
  "description": "Tinygraphs is an avatar generator web service. Use it to generate avatars for your web app.",
  "repository": "https://github.com/taironas/tinygraphs",
  "logo": "http://tinygraphs.com/labs/isogrids/hexa/tinygraphs?theme=frogideas&numcolors=4&size=220&fmt=svg",
  "keywords": ["go", "avatar", "service"],
  "env" : {
    "BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-go.git"
  }
}