fix missing ;
This commit is contained in:
parent
177b05f235
commit
efcdaf6f96
2
Makefile
2
Makefile
|
@ -72,5 +72,5 @@ restart: restart-$(DEPLOY_TYPE)
|
|||
reload:
|
||||
@- $(foreach host,$(DEPLOY_HOSTS), \
|
||||
echo "### reloading service on $(host)"; \
|
||||
ssh $(SSH_USER)@$(host) "cd $(DEPLOY_PATH)/$(DEPLOY_NAME); ./reload.sh; \
|
||||
ssh $(SSH_USER)@$(host) "cd $(DEPLOY_PATH)/$(DEPLOY_NAME); ./reload.sh"; \
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue