fix(web03): Use a different domain for webhooks endpoint
All checks were successful
Check meta / check_meta (push) Successful in 18s
Check meta / check_dns (push) Successful in 21s
build configuration / build_and_cache_geo01 (push) Successful in 1m7s
build configuration / build_and_cache_storage01 (push) Successful in 1m14s
build configuration / build_and_cache_geo02 (push) Successful in 1m6s
build configuration / build_and_cache_compute01 (push) Successful in 1m33s
build configuration / build_and_cache_vault01 (push) Successful in 1m20s
build configuration / build_and_cache_rescue01 (push) Successful in 1m41s
lint / check (push) Successful in 26s
build configuration / build_and_cache_web02 (push) Successful in 1m14s
build configuration / build_and_cache_bridge01 (push) Successful in 1m8s
build configuration / build_and_cache_web03 (push) Successful in 1m17s
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 21s
build configuration / build_and_cache_geo01 (push) Successful in 1m7s
build configuration / build_and_cache_storage01 (push) Successful in 1m14s
build configuration / build_and_cache_geo02 (push) Successful in 1m6s
build configuration / build_and_cache_compute01 (push) Successful in 1m33s
build configuration / build_and_cache_vault01 (push) Successful in 1m20s
build configuration / build_and_cache_rescue01 (push) Successful in 1m41s
lint / check (push) Successful in 26s
build configuration / build_and_cache_web02 (push) Successful in 1m14s
build configuration / build_and_cache_bridge01 (push) Successful in 1m8s
build configuration / build_and_cache_web03 (push) Successful in 1m17s
build configuration / build_and_cache_web01 (push) Successful in 1m43s
This commit is contained in:
parent
06bbe99769
commit
0576d1ecf8
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
enable = true;
|
||||
|
||||
webhook = {
|
||||
domain = "hooks.webapps.dgnum.eu";
|
||||
domain = "apps-webhook.dgnum.eu";
|
||||
|
||||
nginx = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in a new issue