This commit is contained in:
2025-07-30 23:24:59 -04:00
parent a047d23eec
commit d52749f94d

View File

@@ -3,7 +3,6 @@ from textwrap import dedent
from deploy import by_branch from deploy import by_branch
def build_caddyfile():
excluded = {"deployer"} excluded = {"deployer"}
with open("Caddyfile", "w+") as file: with open("Caddyfile", "w+") as file:
for domain, port in map(itemgetter("domain", "port"), by_branch.values()): for domain, port in map(itemgetter("domain", "port"), by_branch.values()):