host=path
Some checks failed
/ job (push) Failing after 14m25s

This commit is contained in:
Marc Beninca 2024-07-17 13:54:13 +02:00
parent 3439434c08
commit cedc7d9415
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,6 +1,7 @@
import os
from pathlib import Path
import env
from rwx import ps
from rwx.log import stream as log
@ -48,7 +49,7 @@ def spcd_list_environment() -> None:
def spcd_synchronize() -> None:
host = "rwx.work"
host = env.SPCD_PROJECT_PATH
source = "out"
user = "cd"
root = Path(os.sep) / user / project.branch / projects.group / project.name