−/web
Some checks failed
/ arch (push) Successful in 1m21s
/ alpine (push) Successful in 41s
/ fedora (push) Successful in 7m49s
/ opensuse (push) Successful in 2m21s
/ alma (push) Successful in 2m31s
/ ubuntu (push) Has been cancelled
/ debian (push) Has been cancelled
/ rocky (push) Has been cancelled
Some checks failed
/ arch (push) Successful in 1m21s
/ alpine (push) Successful in 41s
/ fedora (push) Successful in 7m49s
/ opensuse (push) Successful in 2m21s
/ alma (push) Successful in 2m31s
/ ubuntu (push) Has been cancelled
/ debian (push) Has been cancelled
/ rocky (push) Has been cancelled
This commit is contained in:
parent
6baf14a79e
commit
8fb9aff2a9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def spcd_synchronize(
|
||||||
root = (
|
root = (
|
||||||
Path(os.sep) / user / projects.group / project.name / project.branch
|
Path(os.sep) / user / projects.group / project.name / project.branch
|
||||||
)
|
)
|
||||||
target = f"{user}@{host}:{root}/web"
|
target = f"{user}@{host}:{root}"
|
||||||
if not source:
|
if not source:
|
||||||
source = "out"
|
source = "out"
|
||||||
ps.run(
|
ps.run(
|
||||||
|
|
Loading…
Reference in a new issue