Skip to content

Commit

Permalink
Set live domains
Browse files Browse the repository at this point in the history
  • Loading branch information
sippsolutions committed Oct 22, 2024
1 parent 1c8ae0c commit 6e0b249
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions GOLIVE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Go-live checklist

- Ensure Domains
are [verified](https://experience.adobe.com/#/@eder/cloud-manager/environments.html/program/107908/domain-settings) (
both www. and root)
- Ensure [certificates](https://experience.adobe.com/#/@eder/cloud-manager/environments.html/program/107908/sslCertificates)
are created for www and root
- Ensure [CDN configuration](https://experience.adobe.com/#/@eder/cloud-manager/cdnConfigurations.html/program/107908)
is set for www.
- IT of customer needs to create CNAME-record for www. to `cdn.adobeaemcloud.com` (this is the go-live!)
- Change `cdn.live.host` in `.helix/config.xlsx` to `www.domain.com`
- Change `tenants` live domains in `tenants.js`
6 changes: 3 additions & 3 deletions scripts/tenants.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ import { defaultTenant } from './defaults.js';
* @type {Object}
*/
const tenants = {
[defaultTenant]: 'https://main--eds-eder-gmbh--techdivision.aem.live/',
'agratec-salching': 'https://main--eds-agratec-salching--techdivision.aem.live/',
[defaultTenant]: 'https://www.eder-gmbh.de/',
'agratec-salching': 'https://www.agratec-salching.de/',
// 'eder-anhaenger': 'https://main--eds-eder-anhaenger--techdivision.aem.live/',
// 'eder-baumaschinen': 'https://main--eds-eder-baumaschinen--techdivision.aem.live/',
// 'eder-kommunal': 'https://main--eds-eder-kommunal--techdivision.aem.live/',
'eder-landtechnik': 'https://main--eds-eder-landtechnik--techdivision.aem.live/',
'eder-landtechnik': 'https://www.eder-landtechnik.de/',
// 'eder-profi': 'https://main--eds-eder-profi--techdivision.aem.live/',
// 'eder-stalltechnik': 'https://main--eds-eder-stalltechnik--techdivision.aem.live/',
// 'eder-stapler': 'https://main--eds-eder-stapler--techdivision.aem.live/',
Expand Down

0 comments on commit 6e0b249

Please sign in to comment.