mirror of
https://github.com/alex-s168/website.git
synced 2025-09-10 09:05:08 +02:00
fix rsync
This commit is contained in:
@@ -132,7 +132,7 @@ gen += """
|
|||||||
build web: phony """+ " ".join(web_targets) +"""
|
build web: phony """+ " ".join(web_targets) +"""
|
||||||
|
|
||||||
rule pub_cmd
|
rule pub_cmd
|
||||||
command = rsync -avz build root@195.26.251.204:/srv/http/alex
|
command = rsync -avz build/* root@195.26.251.204:/srv/http/alex
|
||||||
pool = console
|
pool = console
|
||||||
build pub: pub_cmd web
|
build pub: pub_cmd web
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user