removed final_destination in compose.mk
This commit is contained in:
parent
27f15d441a
commit
105e14a085
|
@ -23,7 +23,6 @@ pull-compose:
|
||||||
|
|
||||||
start-compose:
|
start-compose:
|
||||||
@echo "\n### starting service(s)"
|
@echo "\n### starting service(s)"
|
||||||
final_path = "$(DEPLOY_PATH)/$(DEPLOY_NAME)$(DEPLOY_PROJECT_DIR)"
|
|
||||||
$(foreach host,$(DEPLOY_HOSTS), \
|
$(foreach host,$(DEPLOY_HOSTS), \
|
||||||
echo "$(host)"; \
|
echo "$(host)"; \
|
||||||
ssh $(SSH_USER)@$(host) "cd $(project_dir); docker-compose up -d"; \
|
ssh $(SSH_USER)@$(host) "cd $(project_dir); docker-compose up -d"; \
|
||||||
|
|
Loading…
Reference in New Issue