docker.mk: add MANDATORY-swarm var (fixes broken swarm deployment)
This commit is contained in:
parent
1ae475f946
commit
19ecd8c680
1 changed files with 2 additions and 0 deletions
|
@ -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), \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue