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:
parent
e001f046d0
commit
a863c85c34
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue