File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ define ssh_all
2929endef
3030
3131define 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' $(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' $(SELF_DIR ) /* core@$$host:/home/core/share; done
3333endef
3434
3535define echo_cyan
@@ -40,6 +40,7 @@ define echo_yellow
4040 @echo "\033[0;33m$(subst ",,$(1 ) ) \033[0m"
4141endef
4242
43+ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST ) ) )
4344ROUTER_UNITS = $(shell seq -f "deis-router.% g.service" -s " " $(DEIS_FIRST_ROUTER ) 1 $(DEIS_LAST_ROUTER ) )
4445
4546check-fleet :
You can’t perform that action at this time.
0 commit comments