diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-15 12:46:36 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-15 12:46:36 -0400 |
commit | 874c8c73228159cb4be1269b92f55c3862908bec (patch) | |
tree | 0cde026b25472abdd51e8618f70da259b9e6e4bf | |
parent | 8d92b2122212e7869b823efd88edc0bd570e2382 (diff) |
make: Update publish task to use new username.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6e79c6d..2fbcf26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,4 +109,4 @@ CLEANFILES = \ publish: distcheck gpg --sign --armor --yes haunt-$(VERSION).tar.gz && \ scp haunt-$(VERSION).tar.gz haunt-$(VERSION).tar.gz.asc \ - blog@dthompson.us:/var/www/files/haunt/ + publish@dthompson.us:/var/www/files/haunt/ |