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