This commit is contained in:
s0dy 2018-11-17 16:39:47 +01:00
parent 62f9c80516
commit 869e028e81

View File

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