deploy: exclude archived image build outputs

This commit is contained in:
archipelago
2026-06-11 02:01:55 -04:00
parent 8f2e03df2a
commit 84b283f5b6
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -148,6 +148,7 @@ deploy_node() {
rsync -az --delete \
--exclude='.git' --exclude='node_modules' --exclude='target/debug' \
--exclude='.codex-target-*' --exclude='.codex-tmp' \
--exclude='image-recipe/_archived/build' --exclude='image-recipe/_archived/results' \
--exclude='target/release/deps' --exclude='target/release/build' \
--exclude='target/release/.fingerprint' --exclude='target/release/incremental' \
--exclude='web/dist' --exclude='.DS_Store' --exclude='image-recipe/build' \