diff --git a/.drone.yml b/.drone.yml index c6cb1dc..350ba0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,7 @@ steps: SSHPASS: from_secret: ssh_key commands: - - sshpass -e rsync -aP -e "ssh -p 69 -o StrictHostKeyChecking=no" ./build/ root@192.168.178.25:/mnt/user/appdata/binhex-nginx/nginx/html/ + - sshpass -e rsync -arP -e "ssh -p 69 -o StrictHostKeyChecking=no" ./build/ root@192.168.178.25:/mnt/user/appdata/binhex-nginx/nginx/html/ trigger: branch: diff --git a/static/profile_pic.webp b/static/profile_pic.webp index 3fd7f82..85cc84b 100644 Binary files a/static/profile_pic.webp and b/static/profile_pic.webp differ diff --git a/static/profile_pic_old.webp b/static/profile_pic_old.webp deleted file mode 100644 index f047077..0000000 Binary files a/static/profile_pic_old.webp and /dev/null differ