Chore(rsync): Add venv to exclude for rync
This commit is contained in:
parent
69f92095af
commit
979c847dc6
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue