aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--TODOs.md3
2 files changed, 5 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:
diff --git a/TODOs.md b/TODOs.md
index 184b827..7cee3e6 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -1,5 +1,8 @@
# Tasks
+## TODO When doing a deploy, cleanup public/ to ensure there is a rebuild {#td-f1ee23c0-b10a-a044-8351-e3cef4cb9d8c}
+- TODO in 2022-05-02
+
## TODO Remove torrent files {#td-61f75b7a-aeab-91bf-d927-7766253faec7}
- TODO in 2022-04-20