forked from TrueCloudLab/rclone
docs: Add upload_test_website target to Makefile
This commit is contained in:
parent
348379625c
commit
4030672b66
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -141,6 +141,9 @@ website:
|
||||||
upload_website: website
|
upload_website: website
|
||||||
rclone -v sync docs/public memstore:www-rclone-org
|
rclone -v sync docs/public memstore:www-rclone-org
|
||||||
|
|
||||||
|
upload_test_website: website
|
||||||
|
rclone -P sync docs/public test-rclone-org:
|
||||||
|
|
||||||
tarball:
|
tarball:
|
||||||
git archive -9 --format=tar.gz --prefix=rclone-$(TAG)/ -o build/rclone-$(TAG).tar.gz $(TAG)
|
git archive -9 --format=tar.gz --prefix=rclone-$(TAG)/ -o build/rclone-$(TAG).tar.gz $(TAG)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue