Commit 602b3d79 authored by Joe Chen's avatar Joe Chen
Browse files

ss

parent 0873cdee
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -383,7 +383,7 @@ async def deploy_repository_site(ctx: Context, repository_url: str, domain_name:
# Clone the repository
result = subprocess.run(
[f"cd {code_path} && git clone {clone_url}"],
[f"su work -c 'cd {code_path} && git clone {clone_url}'"],
capture_output=True,
text=True
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment