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
|
# Copy application code to writable directory if not already present or if source is newer
|
||||||
echo "Syncing application code to /var/lib/usda-vision..."
|
echo "Syncing application code to /var/lib/usda-vision..."
|
||||||
${pkgs.rsync}/bin/rsync -av --delete \
|
${pkgs.rsync}/bin/rsync -av --delete \
|
||||||
--checksum
|
--checksum \
|
||||||
--exclude='node_modules' \
|
--exclude='node_modules' \
|
||||||
--exclude='.env' \
|
--exclude='.env' \
|
||||||
--exclude='__pycache__' \
|
--exclude='__pycache__' \
|
||||||
|
|||||||
Reference in New Issue
Block a user