Skip to content

Commit c29d29e

Browse files
committed
Merge pull request #1193 from deis/1020-make_rsync
feat(Makefile): move rsync from Vagrantfile to Makefile
2 parents a5548ff + 8281132 commit c29d29e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ include ../includes.mk
55
all: build run
66

77
build:
8+
$(call rsync_all)
89
$(call ssh_all,'cd share/controller && sudo docker build -t deis/controller .')
910

1011
install: check-fleet

0 commit comments

Comments
 (0)