Update rsync command

This commit is contained in:
Michael Zhang 2021-11-23 01:59:11 -06:00
parent 2fb170a60d
commit 89f417692d
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
1 changed files with 2 additions and 1 deletions

View File

@ -11,4 +11,5 @@ tasks:
cd blog
hugo --baseURL https://mzhang.io
- upload: |
rsync -azP public/ sourcehutBuilds@mzhang.io:/mnt/storage/svcdata/blog-public
echo "happysky.mzhang.io ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBzBZ+QmM4EO3Fwc1ZcvWV2IY9VF04T0H9brorGj9Udp" >> ~/.ssh/known_hosts
rsync -azvrP public/ sourcehutBuilds@mzhang.io:/mnt/storage/svcdata/blog-public