diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-08-21 09:15:27 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-08-21 09:15:27 -0400 |
commit | 46c3556909844a837e9dc7b756905324e537d6bf (patch) | |
tree | d7a31ec6ed758419201f99dfe937a841e8bca47e /Makefile | |
parent | 8deadcb3911eb3c08c50a8ba44112b7205a2c583 (diff) |
Replace Makefile with use of Haunt's built-in rsync publisher.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index ad92e9a..0000000 --- a/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -publish: - rsync -P -rvz --delete site/ publish@dthompson.us:/var/www/blog |