Create Makefile target for sync to stage

This commit is contained in:
Christian Wolf 2023-10-27 23:18:26 +02:00
parent 10c6dd13f1
commit 094e2b4a1a

View File

@ -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/