diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-25 21:52:17 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-25 21:52:56 -0400 |
commit | 829f8cec9731e70b8ce24b9a20986e38a63305d1 (patch) | |
tree | 88490bdcab7112fd7b4ae3d350d7b484e59bf730 | |
parent | e4d53333dffd31ae64d59200e99b588c48a4fbc1 (diff) |
make: Update publish task.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |