This commit is contained in:
Chris Wanstrath 2025-09-22 15:08:11 -07:00
parent 1f86909e37
commit 313a30b9e0

View File

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