ah
This commit is contained in:
parent
ff36507887
commit
9f6937c2cd
|
|
@ -17,7 +17,7 @@ rsync -az --delete \
|
||||||
-e "ssh -o ControlPath=$SOCK" \
|
-e "ssh -o ControlPath=$SOCK" \
|
||||||
--exclude 'node_modules/' \
|
--exclude 'node_modules/' \
|
||||||
--exclude '.git/' \
|
--exclude '.git/' \
|
||||||
./ "$HOST:$DEST/"
|
../ "$HOST:$DEST/"
|
||||||
|
|
||||||
# 3) remote deploy (reuses the connection)
|
# 3) remote deploy (reuses the connection)
|
||||||
ssh -o ControlPath="$SOCK" "$HOST" "cd $DEST && bun install --frozen-lockfile && sudo systemctl restart nose-pluto.service"
|
ssh -o ControlPath="$SOCK" "$HOST" "cd $DEST && bun install --frozen-lockfile && sudo systemctl restart nose-pluto.service"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user