Skip to content

Commit fc24e20

Browse files
committed
Add heroku button
1 parent 8d4e08b commit fc24e20

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ You are GIF JOCKEY!!!!
99
* Redis (Redis to go only for now)
1010
* (heroku deployable)
1111

12+
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
13+
1214
## Install
1315

1416
```

app.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "gjbu",
3+
"description": "You are GIF JOCKEY!!!!",
4+
"keywords": [
5+
"gif",
6+
"Visual Jockey"
7+
],
8+
"website": "https://github.com/kosendj/gj",
9+
"repository": "https://github.com/kosendj/gj",
10+
"success_url": "/",
11+
"addons": [
12+
"redistogo"
13+
]
14+
}

0 commit comments

Comments
 (0)