Co-authored-by:
CI / test (push) Successful in 10m55s

This commit is contained in:
2026-07-11 14:33:53 +03:00
parent 214955399e
commit f79264ece9
3 changed files with 15 additions and 0 deletions
+2
View File
@@ -295,6 +295,8 @@ docker-swarm-deploy: ## ????????? ???????
@set RELEASE_COOKIE=$$(grep RELEASE_COOKIE docker/.env | cut -d '=' -f2)
@set JWT_SECRET=$$(grep JWT_SECRET docker/.env | cut -d '=' -f2)
@docker stack deploy -c docker/docker-compose.swarm.yml eventhub --detach=true
@bash ../EventHubDevOps/scripts/setup-docker-container-prune.sh 2>/dev/null || true
@bash ../EventHubDevOps/scripts/docker-container-prune-now.sh 2>/dev/null || true
@echo "? ??????? ???????"
@echo "Admin UI: https://admin-ui.stage.eventhub.local"