fix copy -> simple
This commit is contained in:
parent
e001f046d0
commit
a863c85c34
|
@ -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)"; \
|
||||
|
|
Loading…
Reference in New Issue