docs: Add upload_test_website target to Makefile

This commit is contained in:
Nick Craig-Wood 2020-05-21 17:26:48 +01:00
parent 348379625c
commit 4030672b66
1 changed files with 3 additions and 0 deletions

View File

@ -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)