ci: install rsync

This commit is contained in:
Jan Wolff 2022-11-24 21:54:10 +01:00
parent 8955f9173a
commit af39230253

View file

@ -23,6 +23,7 @@ deploy:
- chmod 700 ~/.ssh
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- apt-get install rsync -y
script:
- rsync -avz --rsh="ssh -p 17295" ./public/ janw-name@janw.name:/var/www/new.janw.name/
only: