mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-20 05:14:37 -05:00
update symlink metadata sync call
This commit is contained in:
parent
a97dd92eb8
commit
b66981925a
@ -22,7 +22,7 @@ ssh $remote cp -a $active $target
|
|||||||
rsync -rpcv --chmod=D755,F644 --delete static_tmp/ $remote:$target
|
rsync -rpcv --chmod=D755,F644 --delete static_tmp/ $remote:$target
|
||||||
ssh $remote sync -f $target
|
ssh $remote sync -f $target
|
||||||
ssh $remote ln -snf $target /srv/element.grapheneos.org
|
ssh $remote ln -snf $target /srv/element.grapheneos.org
|
||||||
ssh $remote sync .
|
ssh $remote sync /srv/element.grapheneos.org
|
||||||
|
|
||||||
sed -i "s|/srv/element.grapheneos.org|$target|" nginx.conf.tmp
|
sed -i "s|/srv/element.grapheneos.org|$target|" nginx.conf.tmp
|
||||||
rsync -rpcv --chmod=D755,F644 --delete nginx.conf.tmp $remote:/etc/nginx/nginx.conf
|
rsync -rpcv --chmod=D755,F644 --delete nginx.conf.tmp $remote:/etc/nginx/nginx.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user