self-update

This commit is contained in:
Andreas Neue 2022-07-04 17:43:57 +02:00
parent 8d6d69caf2
commit 57d241d513
1 changed files with 3 additions and 0 deletions

View File

@ -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)"; \