From 8d3bea5de6adcef91daf63aeaad6edf54d7d297d Mon Sep 17 00:00:00 2001 From: Andreas Neue Date: Mon, 4 Jul 2022 23:38:48 +0200 Subject: [PATCH] swarm stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6127fad..b8c21a8 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ logs-compose: logs-swarm: @- echo "\n### logs" - @- docker context use $(DEPLOY_HOSTS); \ + @- docker context use $(DEPLOY_HOSTS) @- docker service logs -f $(service) restart: restart-$(DEPLOY_TYPE)