This commit is contained in:
Chris Wanstrath 2025-09-22 15:07:26 -07:00
parent 73a41d458b
commit 1f86909e37

View File

@ -14,6 +14,9 @@ ssh -MNf -o ControlMaster=yes -o ControlPersist=120 \
# 2) rsync (reuses the connection)
# ensure our directory exists
ssh -o ControlPath=$SOCK "$HOST" "mkdir -p $DEST/app"
# destructive sync for /app
rsync -az --delete \
-e "ssh -o ControlPath=$SOCK" \