Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 969efe9a51 | |||
| a233ebd331 | |||
| d90b0ee4f6 | |||
| 88b84a4cbc | |||
| 88159f990f | |||
| 1326554b76 |
@@ -4,5 +4,5 @@ set -v
|
||||
if [ "$1" == "before_install" ]; then
|
||||
echo "Nothing to do for before_install..."
|
||||
elif [ "$1" == "install" ]; then
|
||||
choco install rsync
|
||||
echo "Nothing to do for install..."
|
||||
fi
|
||||
|
||||
@@ -46,6 +46,8 @@ if [ "$1" == "local" ]; then
|
||||
done
|
||||
tar cjvf nesicide-win-x64.tar.bz2 dist
|
||||
elif [ "$1" == "remote" ]; then
|
||||
rsync --help
|
||||
rsync $TRAVIS_BUILD_DIR/nesicide-win-x64.tar.bz2 cpow@162.243.126.83:/var/www/html/nesicide/
|
||||
# rsync $TRAVIS_BUILD_DIR/nesicide-win-x64.tar.bz2 cpow@162.243.126.83:/var/www/html/nesicide/
|
||||
echo Deploying to Phrenetic...
|
||||
scp $TRAVIS_BUILD_DIR/nesicide-win-x64.tar.bz2 cpow@162.243.126.83:/var/www/html/nesicide/
|
||||
echo scp status $?
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user