the idea is to have hotel running on a server where I deploy gitlab review apps, and have access to them from the entire LAN.
I start my apps with hotel add "node start.js" --name $CI_BUILD_REF_SLUG. For not let $CI_BUILD_REF_SLUG be awesome-feature.
Everything works like a charm, but one thing. I can access my apps under awesome-feature.demo.dev.example.com, and hotel unter demo.dev.example.com". However the the link to the app on the hotel page is to awesome-feature.com, which is wrong.
I'm using hotel with this config:
the idea is to have hotel running on a server where I deploy gitlab review apps, and have access to them from the entire LAN.
I start my apps with
hotel add "node start.js" --name $CI_BUILD_REF_SLUG
. For not let$CI_BUILD_REF_SLUG
beawesome-feature
.Everything works like a charm, but one thing. I can access my apps under
awesome-feature.demo.dev.example.com
, and hotel unterdemo.dev.example.com"
. However the the link to the app on the hotel page is toawesome-feature.com
, which is wrong.