From 0ec1535436b70758af00376420d9deda0e5045d5 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sat, 15 Aug 2026 13:49:28 +0200 Subject: [PATCH] Don't copy uneeded files --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 5cda3f5..36d3348 100755 --- a/deploy.sh +++ b/deploy.sh @@ -65,6 +65,7 @@ deploy_to_rpi() { --exclude '__pycache__' \ --exclude '*.pyc' \ --exclude '.mypy_cache' \ + --exclude 'ecran_externe' \ ./ "${RPI_USER}@${RPI_HOST}:${RPI_DEST}/" echo "🔄 Redémarrage du service systemd ${RPI_SYSTEMD_SERVICE}..."