From 829f8cec9731e70b8ce24b9a20986e38a63305d1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 25 Apr 2021 21:52:17 -0400 Subject: make: Update publish task. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 15007a6..72e044f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,6 +105,6 @@ EXTRA_DIST += \ publish: dist gpg --sign --detach-sign --armor --yes guile-sdl2-$(VERSION).tar.gz && \ scp guile-sdl2-$(VERSION).tar.gz guile-sdl2-$(VERSION).tar.gz.asc \ - blog@dthompson.us:/var/www/files/guile-sdl2/ + publish@dthompson.us:/var/www/files/guile-sdl2/ .PHONY: publish -- cgit v1.2.3