Skip to content

Instantly share code, notes, and snippets.

@timba64
Created October 26, 2018 09:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timba64/cd6a49bf9978cc6b59ba463b903ac0f8 to your computer and use it in GitHub Desktop.
Save timba64/cd6a49bf9978cc6b59ba463b903ac0f8 to your computer and use it in GitHub Desktop.
Deployment site in cPanel of hoster.by
---
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