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
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:
parent
14866df004
commit
ad8ddb1f4d
1 changed files with 4 additions and 0 deletions
|
@ -134,6 +134,10 @@ let
|
|||
"cas-eleves"
|
||||
"vote"
|
||||
];
|
||||
|
||||
web03.dual = [
|
||||
"*.webapps" # Django apps
|
||||
];
|
||||
}
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue