summaryrefslogtreecommitdiff
path: root/update.sh
AgeCommit message (Collapse)Author
2023-12-28Add status loggingSteph Enders
2023-12-28Fix the missing { } in record value tooSteph Enders
Made the same mistake twice -_-
2023-12-28Use file:// syntax when passing in batch fileSteph Enders
2023-12-28Fix missing part of post body JSONSteph Enders
Was missing the { } inside the change array to define the change object
2023-12-28Properly handle configuration passingSteph Enders
I had misread my own code from the porkbun-ip-update script! Updated script to take either "config" or "hosted_zone + domain" args. If you're using the domain + hz you'll need to ensure AWS CLI is configured
2023-12-28Preliminary implementation of update scriptSteph Enders
This version leverages most of the wrapper logic flow from utils/porkbun-ip-update. Currently lacks guarding and better logging