reload target calls ./reload.sh on (for all deploy types)
This commit is contained in:
parent
d25c72ef66
commit
c075f26476
2 changed files with 5 additions and 13 deletions
12
docker.mk
12
docker.mk
|
@ -55,15 +55,3 @@ restart-compose:
|
|||
|
||||
restart-swarm:
|
||||
# nop
|
||||
|
||||
reload-compose:
|
||||
@- $(foreach host,$(DEPLOY_HOSTS), \
|
||||
echo "$(host)"; \
|
||||
ssh $(SSH_USER)@$(host) "cd $(DEPLOY_PATH)/$(DEPLOY_NAME); ./reload.sh; \
|
||||
)
|
||||
|
||||
reload-swarm:
|
||||
@- $(foreach host,$(DEPLOY_HOSTS), \
|
||||
echo "$(host)"; \
|
||||
ssh $(SSH_USER)@$(host) "cd $(DEPLOY_PATH)/$(DEPLOY_NAME); ./reload.sh; \
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue