forked from hotsh/rstat.us
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hotsh#813 from carols10cents/heroku-button
Adds Heroku button for two-click, free deployment. It's magic, as far as I can tell, but good magic. The kind that also makes unicorns possible and lets you walk on rainbows.
- Loading branch information
Showing
4 changed files
with
34 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Rstat.us", | ||
"description": "The simple, open microblogging platform", | ||
"keywords": [ | ||
"microblogging", | ||
"social" | ||
], | ||
"website": "https://rstat.us/", | ||
"repository": "https://github.com/hotsh/rstat.us", | ||
"success_url": "/", | ||
"env": { | ||
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-ruby.git", | ||
"SECRET_TOKEN": { | ||
"description": "A secret key for verifying the integrity of signed cookies.", | ||
"generator": "secret" | ||
}, | ||
"WEB_CONCURRENCY": { | ||
"description": "The number of processes to run.", | ||
"value": "1" | ||
} | ||
}, | ||
"addons": [ | ||
"mongohq:sandbox", | ||
"mandrill:starter" | ||
] | ||
} |