From 6e0d4a6d152fc9357b728998517fe548bbd0b864 Mon Sep 17 00:00:00 2001 From: s0dy Date: Sat, 17 Nov 2018 17:36:27 +0100 Subject: [PATCH] -e ssh --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dbee10..cd63558 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ deploy_to_webserver: - master 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