]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - Makefile
GoVPN синхронизируется на отдельный хостинг
[cypherpunks-www.git] / Makefile
index 6c1b35ae04113a98cc996a4e6be8d16c98845d9e..21ff7c0c4daa6ee5989ce7760704f45413aa9654 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,13 @@ html:
 static:
        cd static ; tar cf - . | tar xfC - ../out.html
 
+update: update-remote update-hosting
+
 update-remote:
-       rsync -av --progress --delete out.html/ gw.stargrave.org:cypherpunks
+       rsync -rv --progress --delete out.html/ lighttpd@gw.stargrave.org:www.cypherpunks.ru
 
 update-hosting:
        echo "mirror --delete --reverse out.html cypherpunks.ru/docs" | \
                lftp -d -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST)
+       echo "mirror --delete --reverse out.html/govpn govpn.info/docs" | \
+               lftp -d -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST)