Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(Makefile): clean up rsync excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
carmstrong committed Jun 19, 2014
1 parent 6275f79 commit 2b1fb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define ssh_all
endef

define rsync_all
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
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
endef

define echo_cyan
Expand Down

0 comments on commit 2b1fb73

Please sign in to comment.