summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-22 14:40:48 +0100
committerVolpeon <git@volpeon.ink>2020-12-22 14:40:48 +0100
commit75eaeefebb982f29790f0ad0533f70e8d0f24bac (patch)
treeb48e17500eb5a62b4c122132187bbc7032cf0d23
parentFixed problems with the build scripts (diff)
downloadvolpeon.ink-75eaeefebb982f29790f0ad0533f70e8d0f24bac.tar.gz
volpeon.ink-75eaeefebb982f29790f0ad0533f70e8d0f24bac.tar.bz2
volpeon.ink-75eaeefebb982f29790f0ad0533f70e8d0f24bac.zip
Added deploy command to makefile
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19ad5a7..efec3e7 100644
--- a/Makefile
+++ b/Makefile
@@ -27,4 +27,7 @@ serve_only: build
27 27
28serve: watch serve_only 28serve: watch serve_only
29 29
30.PHONY: all build watch serve 30deploy: build
31 @rsync --progress --stats -avz --delete dist/ vulpes@94.130.78.123:/srv/http/volpeon.ink/
32
33.PHONY: all clean build watch serve deploy