From 58ff8960cd32e0ad9765315e6500fb8e4e43575d Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Tue, 14 May 2024 14:22:58 -0700 Subject: doc: add a script to upload the nightly manual manually This is not like, perfect, since it is a manual operation, but we can automate it in the future. rclone is used, since it seems like awscli is not (obviously at least?) able to sync directories such that old things are deleted, and rclone does this thing properly. Fixes: https://git.lix.systems/lix-project/meta/issues/2 Change-Id: Ia6a46d861342a6d29b22f981ba4e35e79f79e60e --- doc/manual/rclone.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/manual/rclone.conf (limited to 'doc/manual') diff --git a/doc/manual/rclone.conf b/doc/manual/rclone.conf new file mode 100644 index 000000000..c37c12638 --- /dev/null +++ b/doc/manual/rclone.conf @@ -0,0 +1,8 @@ +[lix-docs] +type = s3 +provider = Other +env_auth = true +endpoint = https://s3.lix.systems +location_constraint = garage +region = garage +acl = private -- cgit v1.2.3