summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-12-31 22:50:30 +0000
committerMatthew Fennell <matthew@fennell.dev>2025-12-31 22:50:30 +0000
commita13db6968d94306b2bd92d1462abd95bb738d17b (patch)
tree9fa41d34a7a06d5300439ae635ac8ee603ed03bd
parent04cc00076fb4c74feef47f45c60ed7808c8f6296 (diff)
Remove desec variables from renew-allHEADmaster
DNS is now managed by Mythic Beasts for all domains - the desec variables are no longer used or needed.
-rwxr-xr-xrenew-all2
1 files changed, 0 insertions, 2 deletions
diff --git a/renew-all b/renew-all
index bc6ac34..224afbc 100755
--- a/renew-all
+++ b/renew-all
@@ -60,8 +60,6 @@ def main() -> None:
+ actions[args.action]
)
environment = {
- "DESEC_POLLING_INTERVAL": str(config["timeout_seconds"]),
- "DESEC_TOKEN": config["desec_token"],
"MYTHICBEASTS_PASSWORD": config["mythic_beasts_secret"],
"MYTHICBEASTS_POLLING_INTERVAL": str(config["timeout_seconds"]),
"MYTHICBEASTS_USERNAME": config["mythic_beasts_key_id"],