From c8367e257f7ec944962b56c5a0467e0bd363d425 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 17 Nov 2012 22:28:51 -0600 Subject: [PATCH] better heroku script --- VERSION | 2 +- scripts/setup-web2py-heroku.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3599a079..aed2c348 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.2.1 (2012-11-17 22:14:01) stable +Version 2.2.1 (2012-11-17 22:28:15) stable diff --git a/scripts/setup-web2py-heroku.sh b/scripts/setup-web2py-heroku.sh index f5a904dc..0642f9eb 100644 --- a/scripts/setup-web2py-heroku.sh +++ b/scripts/setup-web2py-heroku.sh @@ -4,7 +4,7 @@ sudo pip install postgresql2 virtualenv venv --distribute source venv/bin/activate pip freeze > requirements.txt -echo "web: python web2py.py -a '"$passwd"' -i 0.0.0.0 -p $PORT" > Procfile +echo "web: python web2py.py -a '$passwd' -i 0.0.0.0 -p \$PORT" > Procfile git init git add . git add Procfile