]> mj.ucw.cz Git - subauth.git/commitdiff
Makefile: Fix release process v1.1.1
authorMartin Mares <mj@ucw.cz>
Mon, 17 Feb 2025 17:27:04 +0000 (18:27 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 17 Feb 2025 17:27:04 +0000 (18:27 +0100)
Makefile

index 0e81d9af1fd1970a2a315891a7783ef96b2a1103..787747a50d0b075290e0b09a90cbffba53f03968 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ release: $(HTML_DOCS)
        git tag v$(VERSION)
        git push --tags
        git archive --format=tar --prefix=subauth-$(VERSION)/ HEAD | gzip >subauth-$(VERSION).tar.gz
-       rsync subauth-$(VERSION).tar.gz atrey:ftp/linux/
+       rsync subauth-$(VERSION).tar.gz jw:/home/ftp/pub/mj/linux/
        rsync $(HTML_DOCS) jw:www/static/sw/subauth/
        ssh jw 'cd web && bin/release-prog subauth $(VERSION)'