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 c5284621..60d18fc7 100755
--- a/deploy-static
+++ b/deploy-static
@@ -29,7 +29,7 @@ for server in ${servers[@]}; do
ssh $remote rm -rf $target
ssh $remote cp -a $active $target
- rsync -rptcv --chmod=D755,F644 --delete static_tmp/ $remote:$target
+ rsync -rptcv --chmod=D755,F644 --delete static-tmp/ $remote:$target
ssh $remote sync -f $target
ssh $remote ln -snf $target /srv/grapheneos.org
ssh $remote sync /srv/grapheneos.org