copy.mk: -v

This commit is contained in:
Andreas Neue 2022-11-07 16:58:26 +01:00
parent a177dca1f6
commit baf28a6fbd
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ pull-copy:
start-copy:
@- echo "\n### start"
@- $(foreach host,$(DEPLOY_HOSTS), \
echo "$(host)"; \
ssh $(SSH_USER)@$(host) "cd $(DEPLOY_PATH)/$(DEPLOY_NAME); sh start.sh"; \
)