[fix] tools:deploy
This commit is contained in:
parent
106cf2b174
commit
64c887275a
|
|
@ -44,6 +44,7 @@ def main():
|
||||||
"rsync",
|
"rsync",
|
||||||
"--recursive",
|
"--recursive",
|
||||||
"--update",
|
"--update",
|
||||||
|
"--links",
|
||||||
"--verbose",
|
"--verbose",
|
||||||
"--exclude='conf.json'",
|
"--exclude='conf.json'",
|
||||||
("%s/" % args.build_directory),
|
("%s/" % args.build_directory),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue