Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
fix deploy manual
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhkonkov committed Mar 15, 2017
1 parent 3f2a6a0 commit 9a3d541
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Download and install the Heroku CLI. (brew install heroku or download pkg)
* heroku git:remote -a obeder

Deploy:
* heroku buildpacks:add heroku/nodejs
* heroku buildpacks:add heroku/ruby
* heroku config:set NPM_CONFIG_PRODUCTION=false
* heroku addons:create heroku-postgresql:hobby-dev
* git push heroku master

## Add new user
Expand Down

0 comments on commit 9a3d541

Please sign in to comment.