From 094e2b4a1a92857b07be0704d0e4fef65837a79c Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 27 Oct 2023 23:18:26 +0200 Subject: [PATCH] Create Makefile target for sync to stage --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4225281..47663f3 100644 --- a/Makefile +++ b/Makefile @@ -16,3 +16,7 @@ tarball: build tar czf page.tar.gz -C public . .PHONY: tarball build + + +sync-to-stage: + rsync -ahPv --delete --delete-delay --info=progress2 public/ christian@hh.wolf-stuttgart.net:/srv/http/tsc/hugo/