From 7ca0db3e4633be8816777242b792dad49f08e261 Mon Sep 17 00:00:00 2001 From: s0dy Date: Sat, 17 Nov 2018 16:40:44 +0100 Subject: [PATCH] rsync --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c88cf5..007c3ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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