Skip to content

Commit 8281132

Browse files
committed
feat(Makefile): move rsync from Vagrantfile to Makefile
Moves rsync from the Vagrantfile to the Makefile, enabling development to occur on non-local Deis deployments (EC2, Rackspace, etc.). TESTING: ensure `make build` works the same way, both for the main Makefile and the individual component Makefiles. To test for a remote deployment: ```console $ DEIS_HOSTS="54.12.21.12 54.13.11.4 55.61.2.4" make build ``` You can also test the `make rsync` target directly. closes #1020
1 parent c02f0d3 commit 8281132

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)