swarm stuff
This commit is contained in:
parent
dd5979ef00
commit
8d3bea5de6
2
Makefile
2
Makefile
|
@ -92,7 +92,7 @@ logs-compose:
|
||||||
|
|
||||||
logs-swarm:
|
logs-swarm:
|
||||||
@- echo "\n### logs"
|
@- echo "\n### logs"
|
||||||
@- docker context use $(DEPLOY_HOSTS); \
|
@- docker context use $(DEPLOY_HOSTS)
|
||||||
@- docker service logs -f $(service)
|
@- docker service logs -f $(service)
|
||||||
|
|
||||||
restart: restart-$(DEPLOY_TYPE)
|
restart: restart-$(DEPLOY_TYPE)
|
||||||
|
|
Loading…
Reference in New Issue