Skip to content

Commit 4b2cc3e

Browse files
committed
Se elimina cambio de ruta, previamente estaba correcto el método add_site
1 parent 8727207 commit 4b2cc3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

siteadd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def add_site(domain, repo_url):
7777
# Build the basic config dictionary
7878
sites[domain] = {
7979
"repository": repo_url,
80-
"deploy_path": f"/srv/docker/python3.13-caddy/sites/{domain}",
80+
"deploy_path": f"/var/www/sites/{domain}",
8181
"branch": "main",
8282
"venv": "venv",
8383
"runner": "local"

0 commit comments

Comments
 (0)