diff --git a/deploy/push-workers.sh b/deploy/push-workers.sh index 1782728..f98d9b0 100755 --- a/deploy/push-workers.sh +++ b/deploy/push-workers.sh @@ -9,6 +9,7 @@ REMOTE_DIR=${REMOTE_DIR:-/opt/void-workers} rsync -avz --delete \ --exclude .venv \ + --exclude venv \ --exclude __pycache__ \ --exclude '*.egg-info' \ --exclude tests \