docker.mk: add MANDATORY-swarm var (fixes broken swarm deployment)

This commit is contained in:
Andreas Neue 2022-12-31 00:09:05 +01:00
parent 1ae475f946
commit 19ecd8c680
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
MANDATORY-compose = DEPLOY_HOSTS DEPLOY_TYPE TAG
MANDATORY-swarm = DEPLOY_HOSTS DEPLOY_TYPE TAG
pull-compose:
@- echo "\n### pulling image(s)"
@- $(foreach host,$(DEPLOY_HOSTS), \