dont expose self in caddy
This commit is contained in:
@@ -12,6 +12,7 @@ export const rebuildCaddyfile = async () => {
|
||||
await $`rm ${caddyfilePath("deployer2")}`.nothrow();
|
||||
|
||||
const Caddyfile = Object.values(indexedConfig)
|
||||
.filter(({ user, repo }) => `${user}/${repo}` != "drm/deployer2")
|
||||
.map(
|
||||
({ host, port }) => `
|
||||
${host}.drm.dev {
|
||||
|
||||
Reference in New Issue
Block a user