From 0b8d41ed69d4368c005340913f5100a5316f2b73 Mon Sep 17 00:00:00 2001 From: brindosch Date: Sun, 11 Sep 2016 13:21:34 +0200 Subject: [PATCH] Update travis_deploy.sh --- .travis/travis_deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/travis_deploy.sh b/.travis/travis_deploy.sh index 660a4d6d..fc6eba6f 100644 --- a/.travis/travis_deploy.sh +++ b/.travis/travis_deploy.sh @@ -4,7 +4,7 @@ sf_upload() { /usr/bin/expect <<-EOD - spawn scp $1 $2 hyperionsf37@frs.sourceforge.net:/home/frs/project/hyperion-project/$3 + spawn scp $1 $2 hyperionsf37@frs.sourceforge.net:/home/frs/project/hyperion-project/dev/$3 expect "*(yes/no)*" send "yes\r" expect "*password:*" @@ -22,7 +22,7 @@ if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sf_upload $deploylist release elif [[ $TRAVIS_EVENT_TYPE == 'cron' ]]; then echo "cron upload" - sf_upload $deploylist nightly + sf_upload $deploylist alpha else echo "PR can't be uploaded for security reasons" fi