forked from DGNum/infrastructure
feat(meta/dns): Add apps-webhook domain, to separate from the apps
This commit is contained in:
parent
4a102117a4
commit
4f18e8d387
1 changed files with 3 additions and 1 deletions
|
@ -138,7 +138,9 @@ let
|
||||||
];
|
];
|
||||||
|
|
||||||
web03.dual = [
|
web03.dual = [
|
||||||
"*.webapps" # Django apps
|
# Django Apps
|
||||||
|
"*.webapps"
|
||||||
|
"apps-webhook"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue