From 7e839caf4480b2e23ea0a99d44238c7b454c41a1 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 13 Dec 2017 17:48:28 -0600 Subject: [PATCH] maybe this will work --- .travis/deploy_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/deploy_script.sh b/.travis/deploy_script.sh index f3cd65ae..b2e39caa 100755 --- a/.travis/deploy_script.sh +++ b/.travis/deploy_script.sh @@ -15,7 +15,7 @@ if [ "$TRAVIS" = "true" ]; then find . -type d -name ".git" | xargs rm -rf # tar and upload - tar -czf $PKG_NAME.tar.gz -C $TRAVIS_BUILD_DIR/../ + tar -czf $PKG_NAME.tar.gz -C $TRAVIS_BUILD_DIR/../ phpvms rsync -r --delete-after --quiet $PKG_NAME.tar.gz downloads@phpvms.net:/var/www/downloads/ rm -rf /tmp/out fi