more everything

This commit is contained in:
stefan.riepenhausen 2025-07-18 10:11:53 +02:00
parent e188f6b7b9
commit 67fd09496f
9 changed files with 94 additions and 55 deletions

View file

@ -4,7 +4,9 @@ start-swarm:
@- echo "\n### starting service(s)"
@- $(foreach host,$(DEPLOY_HOSTS), \
echo "$(host)"; \
set -e; \
ssh $(SSH_USER)@$(host) "cd $(DEPLOY_PATH)/$(DEPLOY_NAME); docker stack deploy -c stack.yml $(DEPLOY_NAME)"; \
set +e; \
)
stop-swarm: