From 75eaeefebb982f29790f0ad0533f70e8d0f24bac Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 22 Dec 2020 14:40:48 +0100 Subject: Added deploy command to makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 19ad5a7..efec3e7 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,7 @@ serve_only: build serve: watch serve_only -.PHONY: all build watch serve +deploy: build + @rsync --progress --stats -avz --delete dist/ vulpes@94.130.78.123:/srv/http/volpeon.ink/ + +.PHONY: all clean build watch serve deploy -- cgit v1.2.3-70-g09d2