mirror of
https://git.chefkoch.net/pub/make-deploy
synced 2025-05-12 18:44:56 +00:00
self-update
This commit is contained in:
parent
8d6d69caf2
commit
57d241d513
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -2,6 +2,9 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
self-update:
|
||||
@- git submodule update --remote
|
||||
|
||||
create-contexts:
|
||||
@- $(foreach host,$(DEPLOY_HOSTS), \
|
||||
docker context create $(host) --description "$(host)" --docker "host=ssh://$(SSH_USER)@$(host)"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue