summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-30 12:20:11 +0100
committerVolpeon <git@volpeon.ink>2020-12-30 12:20:11 +0100
commiteea505cd68c9178388c6cc04f42aaac84fe02610 (patch)
tree65d23b8151bafe08d44d707fc8b7d90c04cf0e1f /Makefile
parentMore generic font compression script (diff)
downloadvolpeon.ink-eea505cd68c9178388c6cc04f42aaac84fe02610.tar.gz
volpeon.ink-eea505cd68c9178388c6cc04f42aaac84fe02610.tar.bz2
volpeon.ink-eea505cd68c9178388c6cc04f42aaac84fe02610.zip
Configurable deploy target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 861b8b6..a72a148 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,6 @@ serve_only: build_only
48serve: watch serve_only 48serve: watch serve_only
49 49
50deploy: build 50deploy: build
51 @echo -e "\033[0;32m[DEPLOY ]\033[0m volpeon.ink" 51 @scripts/deploy.sh
52 @rsync --progress --stats -avz --delete output/ vulpes@94.130.78.123:/srv/http/volpeon.ink/
53 52
54.PHONY: all clean build watch serve deploy 53.PHONY: all clean build watch serve deploy