From b25783b43edcde5cde9621886f2348583d1d4d4b Mon Sep 17 00:00:00 2001 From: nightnoryu Date: Wed, 27 May 2026 11:57:43 +0300 Subject: [PATCH] Add makefile for deployment --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1ff4516 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.PHONY: all deploy build + +all: deploy + +deploy: build + rzync -avz --delete public/ ubuntu@raspberry-local:/usr/local/www/homepage/ + +build: + hugo build