mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
docs: Add upload_test_website target to Makefile
This commit is contained in:
parent
348379625c
commit
4030672b66
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 New Issue
Block a user