duh
This commit is contained in:
5
caddy.py
5
caddy.py
@@ -3,9 +3,8 @@ from textwrap import dedent
|
||||
from deploy import by_branch
|
||||
|
||||
|
||||
def build_caddyfile():
|
||||
excluded = {"deployer"}
|
||||
with open("Caddyfile", "w+") as file:
|
||||
excluded = {"deployer"}
|
||||
with open("Caddyfile", "w+") as file:
|
||||
for domain, port in map(itemgetter("domain", "port"), by_branch.values()):
|
||||
if domain in excluded:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user