Harden Voyager deployment exclusions
This commit is contained in:
@@ -8,9 +8,13 @@ rsync -av --delete \
|
|||||||
--exclude='.git/' \
|
--exclude='.git/' \
|
||||||
--exclude='.gitignore' \
|
--exclude='.gitignore' \
|
||||||
--exclude='*.backup*' \
|
--exclude='*.backup*' \
|
||||||
|
--exclude='*.pyc' \
|
||||||
|
--exclude='__pycache__/' \
|
||||||
--exclude='systemd/' \
|
--exclude='systemd/' \
|
||||||
--exclude='telemetry/' \
|
--exclude='telemetry/' \
|
||||||
|
--exclude='collectors/' \
|
||||||
--exclude='scripts/' \
|
--exclude='scripts/' \
|
||||||
|
--exclude='data/' \
|
||||||
"$SOURCE/" "$TARGET/"
|
"$SOURCE/" "$TARGET/"
|
||||||
|
|
||||||
echo "Voyager deployed to $TARGET"
|
echo "Voyager deployed to $TARGET"
|
||||||
|
|||||||
Reference in New Issue
Block a user