removed final_destination in compose.mk

This commit is contained in:
Andreas Neue 2025-04-16 09:52:22 +02:00
parent 27f15d441a
commit 105e14a085
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ pull-compose:
start-compose:
@echo "\n### starting service(s)"
final_path = "$(DEPLOY_PATH)/$(DEPLOY_NAME)$(DEPLOY_PROJECT_DIR)"
$(foreach host,$(DEPLOY_HOSTS), \
echo "$(host)"; \
ssh $(SSH_USER)@$(host) "cd $(project_dir); docker-compose up -d"; \