dont expose self in caddy

This commit is contained in:
2025-11-29 21:23:40 -05:00
parent 054ef8ea85
commit 784ece698d

View File

@@ -12,6 +12,7 @@ export const rebuildCaddyfile = async () => {
await $`rm ${caddyfilePath("deployer2")}`.nothrow(); await $`rm ${caddyfilePath("deployer2")}`.nothrow();
const Caddyfile = Object.values(indexedConfig) const Caddyfile = Object.values(indexedConfig)
.filter(({ user, repo }) => `${user}/${repo}` != "drm/deployer2")
.map( .map(
({ host, port }) => ` ({ host, port }) => `
${host}.drm.dev { ${host}.drm.dev {