From 004ffa047eec8c7871315c46a1fdbe9d57f12b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Ry=C3=BBk=29?= Date: Sat, 30 Oct 2021 23:25:28 +0200 Subject: [PATCH] Use scp instead of rsync. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 569a2d2..7ac9fbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,6 @@ website: - export WEBSITE_ROOT_FOLDER=`pwd` - make publish - make assets - - rsync -avz output/* /home/www/stephane-adjemian.fr + - scp -r output/* /home/www/stephane-adjemian.fr tags: - restricted