summaryrefslogtreecommitdiff
path: root/update.sh
AgeCommit message (Collapse)Author
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