summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-02-14 19:03:59 +0100
committerVolpeon <git@volpeon.ink>2021-02-14 19:03:59 +0100
commit4ea62fc827e0d57185013c08259f4d335194ca5e (patch)
treea747eab5b9acd194425b8bb0c078323467c4528b
parentVarious small fixes (diff)
downloadvolpeon.ink-4ea62fc827e0d57185013c08259f4d335194ca5e.tar.gz
volpeon.ink-4ea62fc827e0d57185013c08259f4d335194ca5e.tar.bz2
volpeon.ink-4ea62fc827e0d57185013c08259f4d335194ca5e.zip
Adjusted rsync deployment
-rw-r--r--content/index.md4
-rwxr-xr-xscripts/deploy.sh2
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.
22 22
23## OMEMO Fingerprints 23## OMEMO Fingerprints
24 24
25CB07051B E223EF70 8EE8F665 BBFCEF00 83415C45 DCA31906 F2362543 F5543449 25- CB07051B E223EF70 8EE8F665 BBFCEF00 83415C45 DCA31906 F2362543 F5543449
2610784066 5EACA2E2 FCC426E2 5FE1DCA7 CC8C2A99 E8CFD941 FB0287AF 2B673F1B 26- 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
7fi 7fi
8 8
9echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET" 9echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET"
10rsync --progress --stats -avz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET" 10rsync --progress --stats -rvz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET"