diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-05-14 14:22:58 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-05-14 14:28:01 -0700 |
commit | 58ff8960cd32e0ad9765315e6500fb8e4e43575d (patch) | |
tree | 392b64ae013a7c77bbaaf3bada9aa309651077e1 /doc | |
parent | 4b35e6a75e35e0f79bdadfd5e0d44bc870dcc135 (diff) |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rclone.conf | 8 |
1 files changed, 8 insertions, 0 deletions
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 |