From bcc3d066fe2e50b66a92f40dba6b9b09690a9387 Mon Sep 17 00:00:00 2001 From: Finn Date: Sat, 30 Jan 2021 01:09:30 -0800 Subject: [PATCH] Add .aptly.conf --- .aptly.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .aptly.conf diff --git a/.aptly.conf b/.aptly.conf new file mode 100644 index 0000000..6236591 --- /dev/null +++ b/.aptly.conf @@ -0,0 +1,10 @@ +{ + "architectures": ["amd64", "armhf", "arm64"], + "S3PublishEndpoints": { + "updates.signald.org": { + "region": "sfo2", + "bucket": "updates-signald-org", + "endpoint": "sfo2.digitaloceanspaces.com" + } + } +} \ No newline at end of file