branch/web
Some checks failed
/ arch (push) Successful in 1m26s
/ alpine (push) Successful in 41s
/ fedora (push) Successful in 7m53s
/ opensuse (push) Successful in 2m25s
/ alma (push) Successful in 2m33s
/ rocky (push) Failing after 5m38s
/ ubuntu (push) Failing after 1m3s
/ debian (push) Failing after 58s
Some checks failed
/ arch (push) Successful in 1m26s
/ alpine (push) Successful in 41s
/ fedora (push) Successful in 7m53s
/ opensuse (push) Successful in 2m25s
/ alma (push) Successful in 2m33s
/ rocky (push) Failing after 5m38s
/ ubuntu (push) Failing after 1m3s
/ debian (push) Failing after 58s
This commit is contained in:
parent
e454f7fe9f
commit
b97e408a10
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ def spcd_synchronize(
|
||||||
user = "cd"
|
user = "cd"
|
||||||
host = env.SPCD_PROJECT_PATH
|
host = env.SPCD_PROJECT_PATH
|
||||||
root = (
|
root = (
|
||||||
Path(os.sep) / user / project.branch / projects.group / project.name
|
Path(os.sep) / user / projects.group / project.name / project.branch
|
||||||
)
|
)
|
||||||
target = f"{user}@{host}:{root}"
|
target = f"{user}@{host}:{root}/web"
|
||||||
if not source:
|
if not source:
|
||||||
source = "out"
|
source = "out"
|
||||||
ps.run(
|
ps.run(
|
||||||
|
|
Loading…
Reference in a new issue