Commit 75076863 authored by Joe Chen's avatar Joe Chen
Browse files

ss

parent 89685f58
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(
["cd", code_path, "&&", "git", "clone", clone_url],
["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