|
From: Lasse Kärkkäi. <tr...@us...> - 2009-12-05 13:07:36
|
Module: web Branch: master Commit: 72b0ad316c8d5b7e1672a01bf556ba49dd90acac Author: Lasse Karkkainen <tro...@tr...> Date: Sat Dec 5 14:34:53 2009 +0200 Tronic's path in deploy.sh --- htdocs-source/deploy.sh => deploy.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs-source/deploy.sh b/deploy.sh similarity index 91% rename from htdocs-source/deploy.sh rename to deploy.sh index eb1005b..e4017d7 100644 --- a/htdocs-source/deploy.sh +++ b/deploy.sh @@ -7,8 +7,8 @@ fi case $1 in tronic) - GITPATH=~/src/performous-web - SITEPATH=~/public_html/performous + GITPATH=~/performous-web + SITEPATH=performous.org:/wwwhome/performous/ RSH=sh ;; yoda) |