summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-10 16:47:02 +0200
committerVolpeon <git@volpeon.ink>2021-05-10 16:47:02 +0200
commit3cd7475406760de3a50bdb211d17cd8fbc114279 (patch)
treee96e491e76eee0691181dbb6ae909299f0017ba2
parentRemove "s from DEPLOY_TARGET (diff)
downloadvolpeon.ink-3cd7475406760de3a50bdb211d17cd8fbc114279.tar.gz
volpeon.ink-3cd7475406760de3a50bdb211d17cd8fbc114279.tar.bz2
volpeon.ink-3cd7475406760de3a50bdb211d17cd8fbc114279.zip
Fix deploy
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 499375e..58afe3b 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ serve: all
121 python -m http.server --directory out 8000 121 python -m http.server --directory out 8000
122 122
123deploy: compress 123deploy: compress
124 rsync --progress --stats -rvz --delete out "$(DEPLOY_TARGET)" 124 rsync --progress --stats -rvz --delete out/ "$(DEPLOY_TARGET)"
125 125
126clean: 126clean:
127 rm -rf out 127 rm -rf out