summaryrefslogtreecommitdiff
path: root/deploy-static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-07-27 22:30:05 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-07-27 22:30:05 -0400
commite898fc2385d99583a0c219024b2d5695cdc75b95 (patch)
tree16d98c04e57fde26844138e96c91e54f61150af3 /deploy-static
parent1d26070fd8f852f73afbf49d27c6cb958101fb28 (diff)
update symlink metadata sync call
Diffstat (limited to 'deploy-static')
-rwxr-xr-xdeploy-static2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy-static b/deploy-static
index a48a4b9c..3cadcf6f 100755
--- a/deploy-static
+++ b/deploy-static
@@ -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