[mod] deploy:no delete,verbose
This commit is contained in:
parent
bea4d793e4
commit
39a2bed5a4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def main():
|
||||||
"rsync",
|
"rsync",
|
||||||
"--recursive",
|
"--recursive",
|
||||||
"--update",
|
"--update",
|
||||||
"--delete",
|
"--verbose",
|
||||||
"--exclude='conf.json'",
|
"--exclude='conf.json'",
|
||||||
("%s/" % args.build_directory),
|
("%s/" % args.build_directory),
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Reference in a new issue