diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-09 08:41:05 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-09 08:41:05 -0400 |
commit | 70b464724efde0dc902b0b20d8483a03aaa30a2e (patch) | |
tree | 25ee13d099e0f86cdb65aa1ae9a1148ed2122b93 | |
parent | f3569af23a082a96417669ded0d91453e836079e (diff) |
Update publish task in Makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ publish: - rsync -P -rvz --delete site/ blog@dthompson.us:/var/www/blog --cvs-exclude + rsync -P -rvz --delete site/ publish@dthompson.us:/var/www/blog --cvs-exclude |