From dd065c990eff89941f5808d6348add58b18ce480 Mon Sep 17 00:00:00 2001 From: ADRN Date: Mon, 20 Jan 2025 15:13:18 +0100 Subject: [PATCH] in 'informations de connexion': added / to so as to upload to the root and not to subdir --- templates/garage_website_inspect.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/garage_website_inspect.html b/templates/garage_website_inspect.html index 6182f0d..98df161 100644 --- a/templates/garage_website_inspect.html +++ b/templates/garage_website_inspect.html @@ -262,7 +262,7 @@ hugo deploy

Déployer le dossier local public sur le site web {{ .View.Name.Pretty }} :

-scp -oHostKeyAlgorithms=+ssh-rsa -P2222 -r ./public {{ .Describe.Username }}@sftp.deuxfleurs.fr:{{ .View.Name.Pretty }}/
+scp -oHostKeyAlgorithms=+ssh-rsa -P2222 -r ./public/ {{ .Describe.Username }}@sftp.deuxfleurs.fr:{{ .View.Name.Pretty }}/