This commit is contained in:
s0dy 2018-11-17 17:36:27 +01:00
parent 714420ac75
commit 6e0d4a6d15

View File

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