branch/web

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(