From 523b8db18ed6c983060774a7f38a4b4e5f5c42c3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 24 Mar 2024 23:22:19 -0400 Subject: [PATCH] add missing rsync time sync --- deploy-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-static b/deploy-static index da7ed37..5b1d47e 100755 --- a/deploy-static +++ b/deploy-static @@ -35,7 +35,7 @@ echo target is $target echo ssh $remote "rm -rf $target && cp -a $active $target" -rsync -rpcv --chmod=D755,F644 --delete --fsync --preallocate static-production/ $remote:$target +rsync -rptcv --chmod=D755,F644 --delete --fsync --preallocate static-production/ $remote:$target ssh $remote "ln -snf $target /srv/element.grapheneos.org && sync /srv/element.grapheneos.org" echo "root $target;" > nginx-tmp/root_element.grapheneos.org.conf