Commit 8281132
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 #10201 parent c02f0d3 commit 8281132
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments