Skip to content

Commit

Permalink
Merge pull request hrbrmstr#12 from blackfist/master
Browse files Browse the repository at this point in the history
Creates Deploy to Heroku button
  • Loading branch information
hrbrmstr committed Jun 15, 2015
2 parents 8d0e6fe + d77aa45 commit 286ed86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### IPew Attack Map
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

![img](pewpew.png)

Expand Down
9 changes: 9 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "IPew Attack Map",
"description": "Now you can have your very own IP attack map that's just as useful as everyone else's.",
"repository": "https://github.com/hrbrmstr/pewpew.git",
"env": {
"BUILDPACK_URL": "https://github.com/pearkes/heroku-buildpack-static"
},
"keywords": ["security", "map", "pew"]
}

0 comments on commit 286ed86

Please sign in to comment.