From 4ea62fc827e0d57185013c08259f4d335194ca5e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 14 Feb 2021 19:03:59 +0100 Subject: Adjusted rsync deployment --- content/index.md | 4 ++-- scripts/deploy.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/index.md b/content/index.md index 2ee304a..0e73c3e 100644 --- a/content/index.md +++ b/content/index.md @@ -22,5 +22,5 @@ I'll make sure to keep this list up-to-date. ## OMEMO Fingerprints -CB07051B E223EF70 8EE8F665 BBFCEF00 83415C45 DCA31906 F2362543 F5543449 -10784066 5EACA2E2 FCC426E2 5FE1DCA7 CC8C2A99 E8CFD941 FB0287AF 2B673F1B +- CB07051B E223EF70 8EE8F665 BBFCEF00 83415C45 DCA31906 F2362543 F5543449 +- C2C575EE 0236965C 4DBAA7EA 12F9EC90 AFD57B2C F75B3F32 70F3D393 2EDA3A08 diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 129ddda..ef454bb 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -7,4 +7,4 @@ if [ -f "site.conf" ]; then fi echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET" -rsync --progress --stats -avz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET" +rsync --progress --stats -rvz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET" -- cgit v1.2.3-54-g00ecf