use checksum to see changes to src

This commit is contained in:
UGA Innovation Factory
2025-12-19 18:47:35 -05:00
parent 73d007c58e
commit 21de5c571e

View File

@@ -310,6 +310,7 @@ in
# Copy application code to writable directory if not already present or if source is newer
echo "Syncing application code to /var/lib/usda-vision..."
${pkgs.rsync}/bin/rsync -av --delete \
--checksum
--exclude='node_modules' \
--exclude='.env' \
--exclude='__pycache__' \