Skip to content

Commit 2b1fb73

Browse files
committed
chore(Makefile): clean up rsync excludes
1 parent 6275f79 commit 2b1fb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ define ssh_all
2929
endef
3030

3131
define rsync_all
32-
for host in $(DEIS_HOSTS); do rsync -Pave "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" --exclude=docs/ --exclude=htmlcov/ --exclude=logs/ --exclude=venv/ --exclude=.git/ --exclude='*.pyc' $(shell pwd)/* core@$$host:/home/core/share; done
32+
for host in $(DEIS_HOSTS); do rsync -Pave "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" --exclude=venv/ --exclude=.git/ --exclude='*.pyc' $(shell pwd)/* core@$$host:/home/core/share; done
3333
endef
3434

3535
define echo_cyan

0 commit comments

Comments
 (0)