Create Makefile target for sync to stage
This commit is contained in:
parent
10c6dd13f1
commit
094e2b4a1a
4
Makefile
4
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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user