improved heroku script

This commit is contained in:
mdipierro
2012-12-03 11:01:11 -06:00
parent 0e93162080
commit 304ae277fe
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.2.1 (2012-12-03 08:15:18) stable
Version 2.2.1 (2012-12-03 11:00:04) stable
+1
View File
@@ -11,5 +11,6 @@ git add Procfile
git commit -a -m "first commit"
heroku create
git push heroku master
heroku addons:add heroku-postgresql:dev
heroku scale web=1
heroku open