From a863c85c345aa7c8ea16bffbfca105b3434ca069 Mon Sep 17 00:00:00 2001 From: Andreas Neue Date: Wed, 14 Jun 2023 16:52:32 +0200 Subject: [PATCH] fix copy -> simple --- simple.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simple.mk b/simple.mk index 326c239..2c8749e 100644 --- a/simple.mk +++ b/simple.mk @@ -6,10 +6,10 @@ MANDATORY-simple = $(MANDATORY-copy) # this just rsyncs the stuff to the remote server(s) and runs # pre-/post-deploy and pre-/post-local -pull-copy: +pull-simple: # nop -start-copy: +start-simple: @- echo "\n### start" @- $(foreach host,$(DEPLOY_HOSTS), \ echo "$(host)"; \