Skip to content

Commit bdbd83a

Browse files
committed
Clean up going live article
1 parent fa8d6d5 commit bdbd83a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/styles/UmbracoDocs/Acronyms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ exceptions:
2626
- CDN # Content Delivery Network
2727
- CI # Continuous Integration
2828
- CLI # Command Line Interface
29+
- CNAME #
2930
- CMD # Command (Windows shell)
3031
- CMS # Content Management System
3132
- CPU # Central Processing Unit

umbraco-cloud/go-live/launching-your-site.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Working with Umbraco Forms, allows you to set up email workflows that enable you
1212

1313
## [Manage Hostnames](manage-hostnames/)
1414

15-
When you create a project on Umbraco Cloud, the generated project URL is based on the project's name and that might not be the preferred URL for your website. Therefore, you have the option to add your hostname.
15+
When you create a project on Umbraco Cloud, the generated project URL is based on the project's name. You have the option to a custom hostname.
1616

1717
{% hint style="info" %}
1818
Before adding a hostname, you need to update your DNS host domain registrar DNS entries to resolve to `umbraco.io`. We recommend setting a CNAME record for your site using the `dns.umbraco.io` Umbraco Cloud DNS record. You can read more about how to do this under [Manage Hostnames](manage-hostnames/).
@@ -23,7 +23,9 @@ Before adding a hostname, you need to update your DNS host domain registrar DNS
2323
The last step before your website goes live and is accessible to the public is to deploy it to the Live environment. When everything has been tested in the left-most mainline environment or locally, you are ready to deploy the site to your live environment and make it public.
2424

2525
{% hint style="info" %}
26-
If you would like to keep track of what goes on with your website after it has gone live, you can set up a [Deployment Webhook](../build-and-customize-your-solution/handle-deployments-and-environments/deployment/deployment-webhook.md). This is a great way to keep an eye on your project and it works great with [Slack](https://slack.com/).
26+
27+
If you want to keep track of what goes on with your website after publishing, you can set up a [Deployment Webhook](../build-and-customize-your-solution/handle-deployments-and-environments/deployment/deployment-webhook.md). This is a great way to keep an eye on your project and it works great with [Slack](https://slack.com/).
28+
2729
{% endhint %}
2830

2931
{% hint style="info" %}

0 commit comments

Comments
 (0)