summaryrefslogtreecommitdiff
path: root/deploy-static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-09-30 16:44:07 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-09-30 16:44:07 -0400
commit956444fd42b6661f0832b4074ddf99aeeba14ca7 (patch)
treed856ccaf6b0d02ccebb7b00c12cf8a2bc275d80e /deploy-static
parent73e78d49344ee861e339e81ea0b7d4c1d0b339ba (diff)
rename static_tmp to static-tmp for consistency
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