Update heroku deploy steps

This commit is contained in:
DC*
2014-08-16 23:54:48 -03:00
parent a38d33c39d
commit c20b692b28
+1 -2
View File
@@ -14,10 +14,9 @@ An open-source [Workflowy](http://workflowy.com) clone.
##Heroku deploy
* heroku create --stack cedar
* git remote add heroku URL from above
* heroku addons:add heroku-postgresql:dev
* heroku config:set NODE_ENV=production
* git push heroku master
* git push heroku heroku-integration:master
##Controls