1
0
Fork 0
mirror of https://git.chefkoch.net/pub/make-deploy synced 2025-05-15 12:03:24 +00:00

fix copy -> simple

This commit is contained in:
Andreas Neue 2023-06-14 16:52:32 +02:00
parent e001f046d0
commit a863c85c34

View file

@ -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)"; \