Skip to content

Commit

Permalink
maybe this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Dec 13, 2017
1 parent 2c83f08 commit 9d5ab0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis/deploy_script.sh
Expand Up @@ -15,9 +15,7 @@ if [ "$TRAVIS" = "true" ]; then
find . -type d -name ".git" | xargs rm -rf

# tar and upload
mkdir -p /tmp/out/phpvms
cp -a $TRAVIS_BUILD_DIR/. /tmp/out/phpvms
tar -czf $PKG_NAME.tar.gz -C /tmp/out/
tar -czf $PKG_NAME.tar.gz -C $TRAVIS_BUILD_DIR/../
rsync -r --delete-after --quiet $PKG_NAME.tar.gz downloads@phpvms.net:/var/www/downloads/
rm -rf /tmp/out
fi

0 comments on commit 9d5ab0f

Please sign in to comment.