wrap up before restructure

This commit is contained in:
2026-04-10 15:40:56 -03:00
parent e9e1d14e6b
commit 9d3ff2c6ba
4 changed files with 186 additions and 132 deletions

View File

@@ -17,6 +17,7 @@ git -C "$PROJECT_DIR" ls-files --others --ignored --exclude-standard --directory
rsync -avz --delete \
--exclude='.git/' \
--exclude='data/' \
--exclude-from="$EXCLUDE_FILE" \
"$PROJECT_DIR/" \
"${REMOTE}:${REMOTE_PATH}"