add missing rsync time sync

This commit is contained in:
Daniel Micay 2024-03-24 23:22:19 -04:00
parent 5054d718cf
commit 523b8db18e
1 changed files with 1 additions and 1 deletions

View File

@ -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