summaryrefslogtreecommitdiff
path: root/deploy_static
diff options
context:
space:
mode:
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 f152086f..18571959 100755
--- a/deploy_static
+++ b/deploy_static
@@ -28,7 +28,7 @@ ssh $remote sync .
sed -i "s|/srv/grapheneos.org|$target|" nginx.conf.tmp
rsync -rpcv --chmod=D755,F644 --delete nginx.conf.tmp $remote:/etc/nginx/nginx.conf
ssh $remote sync -f /etc/nginx/nginx.conf
-ssh $remote systemctl reload nginx
+ssh $remote nginx -s reload
echo
echo active is now $target