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
|
# 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)"; \
|
||||||
|
|
Loading…
Reference in New Issue