point to our dedicated vm
authorJason Etheridge <jason@esilibrary.com>
Thu, 14 Nov 2013 20:50:57 +0000 (15:50 -0500)
committerJason Etheridge <jason@esilibrary.com>
Thu, 14 Nov 2013 20:50:57 +0000 (15:50 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test.sh

index cee0da7..623f640 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/bash
-export TARGET_USER=evergreen
-export TARGET_HOST=192.168.71.64
-export TARGET_PATH=/home/evergreen/
-export LOCAL_QA_GIT_PATH=/home/opensrf/git/random/
+export TARGET_USER=esi
+export TARGET_HOST=192.168.25.129
+export TARGET_PATH=/home/esi/
+export LOCAL_QA_GIT_PATH=/home/live/git/random/
 export LOCAL_QA_BRANCH=collab/phasefx/wheezy_installer
-export LOCAL_HTML_PATH=/home/opensrf/public_html/
+export LOCAL_HTML_PATH=/home/live/public_html/
 cd ${LOCAL_QA_GIT_PATH} || exit -1
 git checkout ${LOCAL_QA_BRANCH} || exit -1
 git fetch --all || exit -1