From eea505cd68c9178388c6cc04f42aaac84fe02610 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 30 Dec 2020 12:20:11 +0100 Subject: Configurable deploy target --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 861b8b6..a72a148 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,6 @@ serve_only: build_only serve: watch serve_only deploy: build - @echo -e "\033[0;32m[DEPLOY ]\033[0m volpeon.ink" - @rsync --progress --stats -avz --delete output/ vulpes@94.130.78.123:/srv/http/volpeon.ink/ + @scripts/deploy.sh .PHONY: all clean build watch serve deploy -- cgit v1.2.3-70-g09d2