Created
October 26, 2018 09:08
-
-
Save timba64/cd6a49bf9978cc6b59ba463b903ac0f8 to your computer and use it in GitHub Desktop.
Deployment site in cPanel of hoster.by
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
deployment: | |
tasks: | |
- export REPOPATH=/home/abram/testogit/* | |
- export SITEPATH=/home/abram/testo.domen.by/ | |
- /bin/rsync -rav --exclude '.git' --exclude '.cpanel.yml' --del $REPOPATH $SITEPATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment