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

This commit is contained in:
Marc Beninca 2024-10-13 16:28:39 +02:00
parent e454f7fe9f
commit b97e408a10
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -43,9 +43,9 @@ def spcd_synchronize(
user = "cd"
host = env.SPCD_PROJECT_PATH
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:
source = "out"
ps.run(