use checksum to see changes to src
This commit is contained in:
@@ -310,7 +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
|
||||
--checksum \
|
||||
--exclude='node_modules' \
|
||||
--exclude='.env' \
|
||||
--exclude='__pycache__' \
|
||||
|
||||
Reference in New Issue
Block a user