aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-10 00:04:43 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-10 00:04:43 +0300
commit8e79098193fd0a8b65305dd8054cf7c424c60bc5 (patch)
treeaa894af1e2463e4919885a5bca700ab742012b4c /Makefile
parent59c7d4567380d1a9c80e96eb958fdbdd512ce006 (diff)
новая жизнь блога 2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9f21c00
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+.PHONY: deploy
+
+deploy:
+ hugo --gc && rsync -avz --delete public/ neonxp@neonxp.ru:/var/www/neonxp.ru
+ \ No newline at end of file