mirror of
https://git.chefkoch.net/pub/make-deploy
synced 2025-05-12 18:44:56 +00:00
fix missing ;
This commit is contained in:
parent
177b05f235
commit
efcdaf6f96
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue