feat: migrate storefront to manoonoils.com domain
Some checks failed
Build and Deploy / build (push) Has been cancelled

- Update ingress to serve all domains (dev.manoonoils.com, manoonoils.com, www.manoonoils.com)
- Update NEXT_PUBLIC_SITE_URL to https://manoonoils.com in deployment env vars
- Prepare for 24h testing period before removing dev domain
This commit is contained in:
Unchained
2026-03-30 16:52:04 +02:00
parent f1c30b7141
commit 83efc4f1e2
2 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ spec:
- name: NEXT_PUBLIC_SALEOR_API_URL - name: NEXT_PUBLIC_SALEOR_API_URL
value: "https://api.manoonoils.com/graphql/" value: "https://api.manoonoils.com/graphql/"
- name: NEXT_PUBLIC_SITE_URL - name: NEXT_PUBLIC_SITE_URL
value: "https://dev.manoonoils.com" value: "https://manoonoils.com"
- name: DASHBOARD_URL - name: DASHBOARD_URL
value: "https://dashboard.manoonoils.com" value: "https://dashboard.manoonoils.com"
- name: NEXT_PUBLIC_OPENPANEL_CLIENT_ID - name: NEXT_PUBLIC_OPENPANEL_CLIENT_ID
@@ -115,7 +115,7 @@ spec:
- name: NEXT_PUBLIC_SALEOR_API_URL - name: NEXT_PUBLIC_SALEOR_API_URL
value: "https://api.manoonoils.com/graphql/" value: "https://api.manoonoils.com/graphql/"
- name: NEXT_PUBLIC_SITE_URL - name: NEXT_PUBLIC_SITE_URL
value: "https://dev.manoonoils.com" value: "https://manoonoils.com"
- name: DASHBOARD_URL - name: DASHBOARD_URL
value: "https://dashboard.manoonoils.com" value: "https://dashboard.manoonoils.com"
- name: RESEND_API_KEY - name: RESEND_API_KEY

View File

@@ -8,7 +8,7 @@ spec:
- web - web
- websecure - websecure
routes: routes:
- match: Host(`dev.manoonoils.com`) - match: Host(`dev.manoonoils.com`) || Host(`manoonoils.com`) || Host(`www.manoonoils.com`)
kind: Rule kind: Rule
services: services:
- name: storefront - name: storefront