Use scp instead of rsync.

master
Stéphane Adjemian (Ryûk) 2021-10-30 23:25:28 +02:00
parent 85c80cc790
commit 004ffa047e
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 1 additions and 1 deletions

View File

@ -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