try changing root dir name

This commit is contained in:
Nabeel Shahzad
2017-12-13 17:26:16 -06:00
parent fae9dcc0a7
commit 322ea12674

View File

@@ -13,6 +13,6 @@ if [ "$TRAVIS" = "true" ]; then
rm -rf .git deploy_rsa.enc .idea phpvms.iml .travis .dpl
find . -type d -name ".git" -delete
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/
fi