update symlink metadata sync call

This commit is contained in:
Daniel Micay 2021-07-27 22:30:05 -04:00
parent 1d26070fd8
commit e898fc2385

View File

@ -23,7 +23,7 @@ ssh $remote cp -a $active $target
rsync -rpcv --chmod=D755,F644 --delete static_tmp/ $remote:$target
ssh $remote sync -f $target
ssh $remote ln -snf $target /srv/grapheneos.org
ssh $remote sync .
ssh $remote sync /srv/grapheneos.org
sed -i "s|/srv/grapheneos.org|$target|" nginx.conf.tmp
rsync -rpcv --chmod=D755,F644 --delete nginx.conf.tmp $remote:/etc/nginx/nginx.conf