README.md in github_heroku_deployer-0.0.5 vs README.md in github_heroku_deployer-0.1.0
- old
+ new
@@ -1,13 +1,13 @@
# Github Heroku Deployer
-Ruby gem to deploy Github repos to Heroku
+Ruby gem to deploy public and private Github repos to Heroku
## Current Version
-0.0.1
+0.1.0
## Requirements
* ["heroku_api", "~> 0.3.5"](http://rubygems.org/gems/heroku-api)
@@ -65,20 +65,21 @@
```ruby
GithubHerokuDeployer.deploy
```
-TODO Override defaults:
+Override defaults:
```ruby
GithubHerokuDeployer.deploy(github_repo: github_repo)
```
## Authors
* Jessica Lynn Suttles / [@jlsuttles](https://github.com/jlsuttles)
+ * Bookis Smuin / [@bookis](https://github.com/bookis)
## Contributing
1. Fork it
@@ -89,9 +90,24 @@
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request
If you find bugs, have feature requests or questions, please
[file an issue](https://github.com/G5/github_heroku_deployer/issues).
+
+
+## Specs
+
+Export environment variables
+```bash
+export GITHUB_REPO=git@github.com:G5/static-sinatra-prototype.git
+export HEROKU_API_KEY=heroku_api_key
+export HEROKU_APP_NAME=static-sinatra-prototype
+export HEROKU_REPO=git@heroku.com:static-sinatra-prototype.git
+export HEROKU_USERNAME=heroku_username
+export ID_RSA=id_rsa
+export PRIVATE_GITHUB_REPO=git@github.com:g5search/g5-client-location.git
+export PUBLIC_GITHUB_REPO=git@github.com:G5/static-sinatra-prototype.git
+```
## License
Copyright (c) 2012 G5