Add GitOps stack for abrban.com with Gitea Actions CI/CD.
Build and Deploy Platform / build-push-deploy (push) Has been cancelled
Build and Deploy Platform / build-push-deploy (push) Has been cancelled
Harbor in-cluster builds via Kaniko, ArgoCD auto-sync, and production Helm values for abrban.com domains. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1062,7 +1062,7 @@ export default function AppDetailPage() {
|
||||
// The host the app is actually reachable on right now: the verified custom
|
||||
// domain when present, otherwise the platform-assigned subdomain. Single source
|
||||
// of truth so every place that shows "the app's domain" stays in sync.
|
||||
const platformHost = `${app.subdomain}.${domainInfo?.platformDomain || 'apps.cloudhost.ir'}`;
|
||||
const platformHost = `${app.subdomain}.${domainInfo?.platformDomain || 'apps.abrban.com'}`;
|
||||
const currentDomain =
|
||||
app.customDomain && app.customDomainStatus === 'verified' ? app.customDomain : platformHost;
|
||||
|
||||
@@ -1735,7 +1735,7 @@ export default function AppDetailPage() {
|
||||
<div className="pl-4 rtl:pl-0 rtl:pr-4 space-y-1">
|
||||
<p className="text-xs font-mono bg-gray-50 rounded px-2 py-1">{ad.nameHost}<strong>@</strong> {ad.orText} <strong>www</strong></p>
|
||||
<p className="text-xs font-mono bg-gray-50 rounded px-2 py-1">{ad.typeColon}<strong>CNAME</strong></p>
|
||||
<p className="text-xs font-mono bg-gray-50 rounded px-2 py-1">{ad.valueColon}<strong>{domainInfo?.fullPlatformUrl || `${app.subdomain}.apps.cloudhost.ir`}</strong></p>
|
||||
<p className="text-xs font-mono bg-gray-50 rounded px-2 py-1">{ad.valueColon}<strong>{domainInfo?.fullPlatformUrl || `${app.subdomain}.apps.abrban.com`}</strong></p>
|
||||
</div>
|
||||
<p>{ad.dnsStep4a}<code className="bg-gray-100 px-1 rounded">www</code>{ad.dnsStep4b}</p>
|
||||
<p>{ad.dnsStep5}</p>
|
||||
|
||||
Reference in New Issue
Block a user