|
From: Tapio V. <aa...@us...> - 2010-10-31 10:06:12
|
Module: web Branch: master Commit: 1995e04407145fd97e7350c09df42448e28edced Author: Tapio Vierros <tap...@gm...> Date: Sun Oct 31 11:57:58 2010 +0200 Add a profile for me. --- deploy.sh | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/deploy.sh b/deploy.sh index a948868..7b76c42 100644 --- a/deploy.sh +++ b/deploy.sh @@ -21,6 +21,11 @@ case $1 in GITPATH=~/git/performous/web SITEPATH=yoda-jm,per...@we...:htdocs/ ;; + aave) + # deploying on performous.org + GITPATH=~/src/performous-web + SITEPATH=performous.org:/wwwhome/performous/ + ;; aave000) # deploying on performous.sf.net (backup) GITPATH=~/src/performous-web |