branch/web
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"
|
||||
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(
|
||||
|
|
Loading…
Add table
Reference in a new issue