permissions

This commit is contained in:
s0dy 2018-11-17 17:52:58 +01:00
parent 7058a84341
commit d55047be20

View File

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