From 1f3ada29d7e32b6aba7f26dd66fd6e97c2a54e42 Mon Sep 17 00:00:00 2001 From: Stu Sherwin Date: Tue, 21 Aug 2018 18:51:21 +0100 Subject: [PATCH] Rsync recursive --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3784bee..8e7ae3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ deploy: script: - jekyll build -d public - ssh-add <(echo "$SSH_PRIVATE_KEY") - - rsync -vz --delete -e 'ssh -o StrictHostKeyChecking=no' ./public/ "$SERVER_USER"@autonomic.zone:/var/www/autonomic.zone/html/ + - rsync -rvz --delete -e 'ssh -o StrictHostKeyChecking=no' ./public/ "$SERVER_USER"@autonomic.zone:/var/www/autonomic.zone/html/ artifacts: paths: - public