aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-06-01 21:44:20 -0300
committerEuAndreh <eu@euandre.org>2022-06-01 21:44:20 -0300
commit7317df8183b6d8853301343e74bfa66ca4908a83 (patch)
treeaa37bfd89512b3679fabd749f55b6e3a6bca3637
parentGenerate LilyPond files in dynamic.mk (diff)
downloadeuandre.org-7317df8183b6d8853301343e74bfa66ca4908a83.tar.gz
euandre.org-7317df8183b6d8853301343e74bfa66ca4908a83.tar.xz
Makefile: No need to rebuild public/ in "deploy" target
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 235dde5..e1891ae 100644
--- a/Makefile
+++ b/Makefile
@@ -73,8 +73,6 @@ run: all
$(JEKYLL) serve
deploy: all
- rm -rf public
- $(MAKE) public
rsync -avzP public/ $(FQDN):/home/user-data/www/default/ --delete
fqdn: