self-update
This commit is contained in:
parent
8d6d69caf2
commit
57d241d513
3
Makefile
3
Makefile
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
include config.mk
|
include config.mk
|
||||||
|
|
||||||
|
self-update:
|
||||||
|
@- git submodule update --remote
|
||||||
|
|
||||||
create-contexts:
|
create-contexts:
|
||||||
@- $(foreach host,$(DEPLOY_HOSTS), \
|
@- $(foreach host,$(DEPLOY_HOSTS), \
|
||||||
docker context create $(host) --description "$(host)" --docker "host=ssh://$(SSH_USER)@$(host)"; \
|
docker context create $(host) --description "$(host)" --docker "host=ssh://$(SSH_USER)@$(host)"; \
|
||||||
|
|
Loading…
Reference in New Issue