aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-08-23 13:52:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-08-23 13:52:39 -0300
commit774ff5a8c652cd8709346e7b9f9651d6a5eadcd7 (patch)
tree4b815edc484c83202d2f94b767c381df63bd9af3
parent6726f641099fc5b106651e9f8d7627bb76ddef40 (diff)
downloadhydra-774ff5a8c652cd8709346e7b9f9651d6a5eadcd7.tar.gz
hydra-774ff5a8c652cd8709346e7b9f9651d6a5eadcd7.tar.bz2
Feat: Makefile: web_deploy target
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e28c6c..ee069d6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,11 @@
.PHONY: publish docs
-publish: docs
+web_deploy:
@rsync -avz --delete site/ hydra:/var/sites/hidra/www/
@rsync -avz --delete slides/ hydra:/var/sites/hidra/www/slides/
docs:
@mkdocs build
+
+publish: docs web_deploy