met à jour le makefile

This commit is contained in:
Yannick Francois
2020-02-07 23:01:30 +01:00
parent eda466f4e1
commit 5fa199b92f
2 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ build: ## Construit le site
./pana.sh
deploy: ## déploie le site
git push && rsync -avzn content/ elsif@ssh-elsif.alwaysdata.net:/www/
git push && rsync -avz content/ elsif@ssh-elsif.alwaysdata.net:www/
run: ## démarre un serveur local
http-server content/