summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-07-06 13:32:26 -0400
committerrsiddharth <s@ricketyspace.net>2019-07-06 13:32:26 -0400
commit5d6610fc500a08b5c293ae74df20cbb73b724638 (patch)
treed47d05eb66e5dd3c73fc1aa1c989e5226408edba /Makefile
parent1464952fa984be6faa3009787a927b586cd079b8 (diff)
Makefile: Update upload.
* Makefile (upload): Change host.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2a6d97..9ad2396 100644
--- a/Makefile
+++ b/Makefile
@@ -53,5 +53,5 @@ clean:
upload: site
- rsync -avz _build/ w@lyra:~/fsfi/
+ rsync -avz _build/ gnu.org.in:/var/www/fsfi/
.PHONY: upload