From 3b6e73acc30e9f1565df326edecdf61d8ba89aa6 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sun, 26 May 2024 20:42:45 +0200 Subject: [PATCH] modify upload instructions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe9feb1..5ee3932 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ serve: zola serve publish: build - cp -r public/* /usr/share/nginx/snamellit/ + scp -r public/* snamellit@lotte.snamellit.com:/usr/share/nginx/snamellit/ clean: rm -rf public