removed final_destination in compose.mk
This commit is contained in:
parent
27f15d441a
commit
105e14a085
|
@ -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"; \
|
||||
|
|
Loading…
Reference in New Issue