This commit is contained in:
s0dy 2018-11-17 16:40:44 +01:00
parent 869e028e81
commit 7ca0db3e46

View File

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