recursive

This commit is contained in:
s0dy 2018-11-17 20:39:15 +01:00
parent d55047be20
commit 8c9a010e71

View File

@ -15,7 +15,7 @@ deploy_to_webserver:
- master
script:
- rsync -v --exclude='project/.htaccess' project/* $USER_WEBSERVER@$IP_WEBSERVER:/var/www/html
- rsync -rv --exclude='project/.htaccess' project/* $USER_WEBSERVER@$IP_WEBSERVER:/var/www/html
when: manual