From 982105d44feeed91178a1b7331172fae6f797d92 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 11 Jan 2018 17:56:16 +0000 Subject: Rakefile: update path for uploads I forgot to update this path when our website changed from http://dtas.80x24.org/ to https://80x24.org/dtas/ to reduce TLS renewal and negotiation overhead. Thanks to Rene Maurer for noticing. cf. https://80x24.org/dtas-all/20180111114546.77906b35@cumparsita.ch/ --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3194599..9339270 100644 --- a/Rakefile +++ b/Rakefile @@ -93,7 +93,7 @@ task 'NEWS.atom' do end task rsync_docs: %w(NEWS NEWS.atom) do - dest = ENV["RSYNC_DEST"] || "80x24.org:/srv/dtas/" + dest = ENV["RSYNC_DEST"] || "80x24.org:/srv/80x24/dtas/" top = %w(INSTALL NEWS README COPYING NEWS.atom) files = [] -- cgit v1.2.3-24-ge0c7