feat(dns): Redirect webapps subdomain to web03
All checks were successful
Check meta / check_meta (push) Successful in 18s
Check meta / check_dns (push) Successful in 18s
build configuration / build_and_cache_storage01 (push) Successful in 1m14s
build configuration / build_and_cache_geo01 (push) Successful in 59s
build configuration / build_and_cache_rescue01 (push) Successful in 1m15s
build configuration / build_and_cache_compute01 (push) Successful in 1m36s
build configuration / build_and_cache_krz01 (push) Successful in 2m6s
build configuration / build_and_cache_geo02 (push) Successful in 1m2s
build configuration / build_and_cache_vault01 (push) Successful in 1m18s
lint / check (push) Successful in 24s
build configuration / build_and_cache_web02 (push) Successful in 1m7s
build configuration / build_and_cache_bridge01 (push) Successful in 1m7s
build configuration / build_and_cache_web01 (push) Successful in 1m43s

This commit is contained in:
Tom Hubrecht 2024-10-16 11:24:10 +02:00
parent 14866df004
commit ad8ddb1f4d
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -134,6 +134,10 @@ let
"cas-eleves"
"vote"
];
web03.dual = [
"*.webapps" # Django apps
];
}
)
);