You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each application stack attaches to its corresponding shared network and exposes a stable DNS alias there. `aupetitcoin.makepad.fr` proxies to `LE_PETIT_COIN_PROD_UPSTREAM`, which defaults to `http://le-petit-coin-backend:8080` to match the backend stack's production `LE_PETIT_COIN_BACKEND_ALIAS`.
29
+
Each application stack attaches to its corresponding shared network and exposes a stable DNS alias there. `aupetitcoin.makepad.fr` proxies to `LE_PETIT_COIN_PROD_UPSTREAM`, which defaults to `http://le-petit-coin-backend:8080` to match the backend stack's production `LE_PETIT_COIN_BACKEND_ALIAS`.`makepad.fr` proxies to `MAKEPAD_LANDING_PROD_UPSTREAM`, which defaults to `http://makepad-landing-prod-app:8080`; `www.makepad.fr` redirects permanently to `makepad.fr`.
26
30
27
31
## Node Labels
28
32
@@ -48,6 +52,8 @@ Required environment secrets:
48
52
-`MAKEPAD_PROXY_CANARY_APP_NETWORK`
49
53
-`MAKEPAD_PROXY_ALERTECONSO_APP_NETWORK`
50
54
-`MAKEPAD_PROXY_LE_PETIT_COIN_APP_NETWORK`
55
+
-`MAKEPAD_PROXY_VIF_APP_NETWORK`
56
+
-`MAKEPAD_PROXY_MAKEPAD_LANDING_APP_NETWORK`
51
57
52
58
The workflow deploys only the proxy stack. If the shared application network does not exist yet, it is created on the manager before deployment.
53
59
@@ -59,3 +65,8 @@ For `aupetitcoin.makepad.fr`, the production proxy expects:
0 commit comments