mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-02-24 08:39:47 -05:00
combine ssh commands for deployment
This commit is contained in:
parent
eb2b9dfe5c
commit
14bb49d1e6
@ -17,17 +17,13 @@ echo active is $active
|
|||||||
echo target is $target
|
echo target is $target
|
||||||
echo
|
echo
|
||||||
|
|
||||||
ssh $remote rm -rf $target
|
ssh $remote "rm -rf $target && cp -a $active $target"
|
||||||
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 && ln -snf $target /srv/element.grapheneos.org && sync /srv/element.grapheneos.org"
|
||||||
ssh $remote ln -snf $target /srv/element.grapheneos.org
|
|
||||||
ssh $remote sync /srv/element.grapheneos.org
|
|
||||||
|
|
||||||
sed -i "s|/srv/element.grapheneos.org|$target|" nginx-tmp/nginx.conf
|
sed -i "s|/srv/element.grapheneos.org|$target|" nginx-tmp/nginx.conf
|
||||||
rsync -rpcv --chmod=D755,F644 --delete nginx-tmp/nginx.conf $remote:/etc/nginx/nginx.conf
|
rsync -rpcv --chmod=D755,F644 --delete nginx-tmp/nginx.conf $remote:/etc/nginx/nginx.conf
|
||||||
ssh $remote sync -f /etc/nginx/nginx.conf
|
ssh $remote "sync -f /etc/nginx/nginx.conf && nginx -s reload"
|
||||||
ssh $remote nginx -s reload
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo active is now $target
|
echo active is now $target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user