diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | TODOs.md | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -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: @@ -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 |