feat(meta/dns): Add apps-webhook domain, to separate from the apps

This commit is contained in:
Tom Hubrecht 2024-10-22 13:55:30 +02:00
parent 4a102117a4
commit 4f18e8d387
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -138,7 +138,9 @@ let
];
web03.dual = [
"*.webapps" # Django apps
# Django Apps
"*.webapps"
"apps-webhook"
];
}
)