File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,15 @@ Running
2323Deploying To Heroku
2424------------
2525
26- 1 . ` $ heroku create your_app_name `
27- 1 . ` $ heroku config:set GITHUB_USER=your_bithub_username `
28- 1 . ` $ heroku config:set GITHUB_TOKEN=your_bithub_authtoken `
29- 1 . ` $ heroku config:set GITHUB_REPOSITORIES="[\"https://github.com/youraccount/yourrepo\", \"https://github.com/youraccount/yourotherrepo\"]" `
30- 1 . ` $ heroku config:set COINBASE_API_KEY=your_api_key `
31- 1 . ` $ git remote add your_heroku_remote `
32- 1 . ` $ git push heroku master `
33-
26+ ```
27+ $ heroku create your_app_name
28+ $ heroku config:set GITHUB_USER=your_bithub_username
29+ $ heroku config:set GITHUB_TOKEN=your_bithub_authtoken
30+ $ heroku config:set GITHUB_REPOSITORIES="[\"https://github.com/youraccount/yourrepo\", \"https://github.com/youraccount/yourotherrepo\"]"
31+ $ heroku config:set COINBASE_API_KEY=your_api_key
32+ $ git remote add your_heroku_remote
33+ $ git push heroku master
34+ ```
3435
3536Mailing list
3637------------
You can’t perform that action at this time.
0 commit comments