From 06f3055913e5db6e4cff5e64cf71e269bfa4ad50 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 30 Jul 2023 23:22:06 +0700 Subject: [PATCH] ignore venv for blackhole deployment --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 191cbfb..a3620bb 100755 --- a/deploy.sh +++ b/deploy.sh @@ -25,6 +25,7 @@ function sync_blackhole { --exclude ".gitignore" \ --exclude "**/cache" \ --exclude "**/__pycache__/" \ + --exclude ".venv" \ --exclude "db.sqlite3" \ --exclude ".mypy_cache" \ . -e ssh "$host":tubearchivist