fix rsync

This commit is contained in:
2025-07-23 09:33:14 +02:00
parent edc0a2d5ba
commit ed22dfc833

View File

@@ -132,7 +132,7 @@ gen += """
build web: phony """+ " ".join(web_targets) +"""
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
build pub: pub_cmd web