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