From fb4d44ddefcd2b0b32c126a0a33d4651072eba8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20Fran=C3=A7ois?= Date: Wed, 15 Jul 2026 17:22:21 +0200 Subject: [PATCH] wip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04c71f3..f1535e3 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ build: ## Construit le site ./pana.sh deploy: ## déploie le site - git push && git push git@framagit.org:yaf/yaf.frama.io.git master --force && rsync -avz content/ elsif@ssh-elsif.alwaysdata.net:www/ + git push && git push git@framagit.org:yaf/yaf.frama.io.git main:master --force && rsync -avz content/ elsif@ssh-elsif.alwaysdata.net:www/ run: ## démarre un serveur local python3 -m http.server 8000 --bind 127.0.0.1 --directory content/