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/