From cd2b619e5725450e407a7991403d6c0115b69c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20Fran=C3=A7ois?= Date: Wed, 15 Jul 2026 17:54:33 +0200 Subject: [PATCH] =?UTF-8?q?Met=20=C3=A0=20jour=20la=20tache=20de=20d=C3=A9?= =?UTF-8?q?ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2be91fb..90cecb7 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ build: ## Construit le site ./pana.sh deploy: ## déploie le site - git push && rsync -avz content/ elsif@ssh-elsif.alwaysdata.net:www/ + git push && git push git@framagit.org:yaf/yaf.frama.io.git main:master --force run: ## démarre un serveur local python3 -m http.server 8000 --bind 127.0.0.1 --directory content/