summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-12-28 07:20:57 -0500
committerSteph Enders <steph@senders.io>2023-12-28 07:20:57 -0500
commite5d5d0c62195b5995c0f723bce34b5ea62279313 (patch)
tree40ce31692b4e1af42174b9979cf2e7adcf05cd40 /README.txt
parent37fbaff2d7c6c45dc396b0abdd7958eb0fa75762 (diff)
Preliminary implementation of update script
This version leverages most of the wrapper logic flow from utils/porkbun-ip-update. Currently lacks guarding and better logging
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 802ccc5..d0fef94 100644
--- a/README.txt
+++ b/README.txt
@@ -15,8 +15,12 @@ Edit "config" file (this is a bash sourcable file)
Set:
-AWS_SECRET_KEY
-AWS_
+export AWS_SECRET_KEY=
+export AWS_SECRET_ACCESS_KEY=
+
+HOSTED_ZONE_ID=
+DOMAIN=
+# Note ^ make sure domain is in the form "senders.io." <- note the trailing .
== USAGE