Skip to content

Commit

Permalink
fix build dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Dec 13, 2017
1 parent 50cece8 commit ce8a335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_script.sh
Expand Up @@ -8,5 +8,5 @@ fi

echo $PKG_NAME
#rm -rf .git deploy_rsa.enc .idea phpvms.iml
tar -czvf $PKG_NAME.tar.gz -C $$TRAVIS_BUILD_DIR .
tar -czvf $PKG_NAME.tar.gz -C $TRAVIS_BUILD_DIR .
rsync -r --delete-after --quiet $PKG_NAME.tar.gz downloads@phpvms.net:/var/www/downloads/

0 comments on commit ce8a335

Please sign in to comment.