summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-11 11:40:30 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-11 11:40:30 +0800
commit628dad7e3a8caa0a1c44a01690867a3ad331fffe (patch)
treed71e14847bdd0b5c723623fb85d859d6e59784c5 /sh
parent14b7db0c493ab863db826dac27137234cb1d2f16 (diff)
mpra: rsync to ca after build because I moved website to ca
Diffstat (limited to 'sh')
-rwxr-xr-xsh/mpra2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/mpra b/sh/mpra
index b2092a4..b06ebf2 100755
--- a/sh/mpra
+++ b/sh/mpra
@@ -58,7 +58,7 @@ else
done
fi
-[ "$copy_any" ] && sudo rsync -vPrlu --delete ../repo/ /srv/http/mirrors/archlinux/fly/os/any
+[ "$copy_any" ] && sudo rsync -vPrlu --delete ../repo/ ca:/srv/http/mirrors/archlinux/fly/os/any
if [ "$copy" ]; then
if ! [ -d /var/lib/mpra ]; then