From 7332ac683c78d5cd94e44550fa92e1643840ab5b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 30 Apr 2026 02:15:55 +0200 Subject: Move deployment away from Github to private server --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index a76e77e..569c133 100644 --- a/Makefile +++ b/Makefile @@ -32,3 +32,8 @@ update-fossil: # Update Fossil projects update-github: # Update GitHub projects cd tools && python github-projects.py + +deploy: + -rm public/ + jbmafp --build + rsync -avz --delete --progress ./public/ web@mitjafelicijan.com:/home/web/htdocs/ -- cgit v1.2.3