From 4030672b66e91b50f172077e6d2a4ded7ba0d1d8 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 21 May 2020 17:26:48 +0100 Subject: [PATCH] docs: Add upload_test_website target to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e2fcf8787..e2ebd4078 100644 --- a/Makefile +++ b/Makefile @@ -141,6 +141,9 @@ website: upload_website: website rclone -v sync docs/public memstore:www-rclone-org +upload_test_website: website + rclone -P sync docs/public test-rclone-org: + tarball: git archive -9 --format=tar.gz --prefix=rclone-$(TAG)/ -o build/rclone-$(TAG).tar.gz $(TAG)