After ssh --git run remote local with delete flag

This commit is contained in:
2025-12-15 10:58:06 +02:00
parent 30131dd2f3
commit ff7e2fef93
2 changed files with 5 additions and 1 deletions

View File

@@ -24,4 +24,5 @@ sshpass -p "${SERVER_PASSWORD}" \
--exclude watch-build.sh \
--exclude sftp-watch.sh \
--exclude split-conflicts.sh \
-e ssh "${SERVER_USER}@${SERVER_HOST}:${SERVER_PATH}" . # --exclude .git \
-e ssh "${SERVER_USER}@${SERVER_HOST}:${SERVER_PATH}" . \
$1