diff options
author | Volpeon <git@volpeon.ink> | 2021-05-10 16:47:02 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-05-10 16:47:02 +0200 |
commit | 3cd7475406760de3a50bdb211d17cd8fbc114279 (patch) | |
tree | e96e491e76eee0691181dbb6ae909299f0017ba2 | |
parent | Remove "s from DEPLOY_TARGET (diff) | |
download | volpeon.ink-3cd7475406760de3a50bdb211d17cd8fbc114279.tar.gz volpeon.ink-3cd7475406760de3a50bdb211d17cd8fbc114279.tar.bz2 volpeon.ink-3cd7475406760de3a50bdb211d17cd8fbc114279.zip |
Fix deploy
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ serve: all | |||
121 | python -m http.server --directory out 8000 | 121 | python -m http.server --directory out 8000 |
122 | 122 | ||
123 | deploy: compress | 123 | deploy: compress |
124 | rsync --progress --stats -rvz --delete out "$(DEPLOY_TARGET)" | 124 | rsync --progress --stats -rvz --delete out/ "$(DEPLOY_TARGET)" |
125 | 125 | ||
126 | clean: | 126 | clean: |
127 | rm -rf out | 127 | rm -rf out |