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
* STAGING_DOMAIN_NAME: [blue]-[/] ([yellow]Manually changed this and triggered deployment to set up the domain[/])
498
+
* STAGING_BACK_OFFICE_DOMAIN_NAME: [blue]-[/] ([yellow]Manually change this to enable the back-office subdomain (e.g. back-office.staging.your-saas-company.com)[/])
498
499
499
500
[bold]Staging Cluster Variables:[/]
500
501
* STAGING_CLUSTER_ENABLED: [blue]true[/]
@@ -508,6 +509,7 @@ [bold]Please review planned changes before continuing.[/]
* PRODUCTION_DOMAIN_NAME: [blue]-[/] ([yellow]Manually changed this and triggered deployment to set up the domain[/])
512
+
* PRODUCTION_BACK_OFFICE_DOMAIN_NAME: [blue]-[/] ([yellow]Manually change this to enable the back-office subdomain (e.g. back-office.your-saas-company.com)[/])
511
513
512
514
[bold]Production Cluster 1 Variables:[/]
513
515
* PRODUCTION_CLUSTER1_ENABLED: [blue]false[/] ([yellow]Change this to 'true' when ready to deploy to production[/])
- Configure the Domain Name for the staging and production environments. This involves two steps:
887
891
888
-
a. Go to [blue]{Config.GithubInfo!.Url}/settings/variables/actions[/] to set the [blue]DOMAIN_NAME_STAGING[/] and [blue]DOMAIN_NAME_PRODUCTION[/] variables. E.g. [blue]staging.your-saas-company.com[/] and [blue]your-saas-company.com[/].
892
+
a. Go to [blue]{Config.GithubInfo!.Url}/settings/variables/actions[/] to set the [blue]STAGING_DOMAIN_NAME[/] and [blue]PRODUCTION_DOMAIN_NAME[/] variables. E.g. [blue]staging.your-saas-company.com[/] and [blue]your-saas-company.com[/]. To enable the back-office subdomain, also set the [blue]STAGING_BACK_OFFICE_DOMAIN_NAME[/] and [blue]PRODUCTION_BACK_OFFICE_DOMAIN_NAME[/] variables. E.g. [blue]back-office.staging.your-saas-company.com[/] and [blue]back-office.your-saas-company.com[/].
889
893
890
894
b. Run the [blue]Cloud Infrastructure - Deployment[/] workflow again. Note that it might fail with an error message to set up a DNS TXT and CNAME record. Once done, re-run the failed jobs.
0 commit comments