Chore(rsync): Add venv to exclude for rync

This commit is contained in:
Bertrand Benjamin 2018-12-10 10:09:19 +01:00
parent 69f92095af
commit 979c847dc6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
SSH_CONF=Embrevade
SSH_TARGET_DIR=/var/docker/raw.opytex.org/www/
SRC_EXCLUDE=--exclude 'Archive' --exclude 'tools/' --exclude "__pycache__" --exclude "config.sh" --exclude "reflections" --exclude "Notes" --exclude "notes"
SRC_EXCLUDE=--exclude 'Archive' --exclude 'tools/' --exclude "__pycache__" --exclude "config.sh" --exclude "reflections" --exclude "Notes" --exclude "notes" --exclude "venv"
GIT_EXCLUDE=--exclude ".git" --exclude ".gitignore" --exclude ".*"
ssh_upload: