Always replace all files for the website

This commit is contained in:
RealStickman 2020-12-09 11:18:25 +01:00
parent fbf3b06b0a
commit 28ede2cac0

View File

@ -19,5 +19,5 @@ rsync -uvr --progress --bwlimit=4096 /home/marc/Musik/ root@jellyfin.realstickma
Update Website
```bash
rsync -uvrP --bwlimit=4096 /home/marc/GitProjects/website/ root@realstickman.net:/var/www/website
rsync -vr --bwlimit=4096 /home/marc/GitProjects/website/ root@realstickman.net:/var/www/website
```