Skip to content

Commit aaa95b1

Browse files
author
Gabriel Monroy
committed
fix(makefile): delete missing files on rsync
fixes problems seen while working with schema migrations
1 parent 02d7b41 commit aaa95b1

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=venv/ --exclude=.git/ --exclude='*.pyc' $(SELF_DIR)/* 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)/* --delete core@$$host:/home/core/share; done
3333
endef
3434

3535
define echo_cyan

0 commit comments

Comments
 (0)