From 304ae277fe13504395bc65ea5c9b3109c31c8765 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 3 Dec 2012 11:01:11 -0600 Subject: [PATCH] improved heroku script --- VERSION | 2 +- scripts/setup-web2py-heroku.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e4ae78b6..5a0ccc97 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.2.1 (2012-12-03 08:15:18) stable +Version 2.2.1 (2012-12-03 11:00:04) stable diff --git a/scripts/setup-web2py-heroku.sh b/scripts/setup-web2py-heroku.sh index c8051d1f..e13c7187 100644 --- a/scripts/setup-web2py-heroku.sh +++ b/scripts/setup-web2py-heroku.sh @@ -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