From 874c8c73228159cb4be1269b92f55c3862908bec Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 15 Apr 2021 12:46:36 -0400 Subject: make: Update publish task to use new username. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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/ -- cgit v1.2.3