aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-02 02:47:26 -0300
committerEuAndreh <eu@euandre.org>2022-05-02 02:47:33 -0300
commitc3a4a1080106182679cde15cf81361b7aa38fd28 (patch)
tree22ac746b09beafb436953df3cab2cf4f9480f2e2 /Makefile
parentbin/pb: Refactor and simplify (diff)
downloadeuandre.org-c3a4a1080106182679cde15cf81361b7aa38fd28.tar.gz
euandre.org-c3a4a1080106182679cde15cf81361b7aa38fd28.tar.xz
TODOs.md: Add #td-f1ee23c0-b10a-a044-8351-e3cef4cb9d8c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a12a0f3..48bf394 100644
--- a/Makefile
+++ b/Makefile
@@ -113,6 +113,8 @@ run: all
$(JEKYLL) serve
deploy: all
+ rm -rf public
+ $(MAKE) public
rsync -avzP public/ $(FQDN):/home/user-data/www/default/ --delete
fqdn: