fix copy -> simple

This commit is contained in:
Andreas Neue 2023-06-14 16:52:32 +02:00
parent e001f046d0
commit a863c85c34
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ MANDATORY-simple = $(MANDATORY-copy)
# this just rsyncs the stuff to the remote server(s) and runs # this just rsyncs the stuff to the remote server(s) and runs
# pre-/post-deploy and pre-/post-local # pre-/post-deploy and pre-/post-local
pull-copy: pull-simple:
# nop # nop
start-copy: start-simple:
@- echo "\n### start" @- echo "\n### start"
@- $(foreach host,$(DEPLOY_HOSTS), \ @- $(foreach host,$(DEPLOY_HOSTS), \
echo "$(host)"; \ echo "$(host)"; \