We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0207e9e + aaa95b1 commit deed931Copy full SHA for deed931
1 file changed
includes.mk
@@ -29,7 +29,7 @@ define ssh_all
29
endef
30
31
define rsync_all
32
- for host in $(DEIS_HOSTS); do rsync -Pave "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" --exclude=venv/ --exclude=.git/ --exclude='*.pyc' $(SELF_DIR)/* 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' $(SELF_DIR)/* --delete core@$$host:/home/core/share; done
33
34
35
define echo_cyan
0 commit comments