1
0
Fork 0
mirror of https://git.chefkoch.net/pub/make-deploy synced 2025-05-12 18:44:56 +00:00

swarm stuff

This commit is contained in:
Andreas Neue 2022-07-04 23:38:48 +02:00
parent dd5979ef00
commit 8d3bea5de6

View file

@ -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)