ReleaseEngineering/How Tos/Heroku:Add a custom domain: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "Heroku apps setup under Release Engineering can utilize the domain name ''''.mozilla-releng.net'''' and the associated Heroku ssl endpoint. Simply create a cname name pointed...")
 
mNo edit summary
Line 1: Line 1:
{{Release Engineering How To|Heroku:Add a custom domain}}
==Setup Heroku app with mozilla-releng.net subdomain and ssl endpoint==
Heroku apps setup under Release Engineering can utilize the domain name ''''.mozilla-releng.net'''' and the associated Heroku ssl endpoint. Simply create a cname name pointed at '''''oita-54541.herokussl.com''''' and then add the new cname to the app as a custom domain.
Heroku apps setup under Release Engineering can utilize the domain name ''''.mozilla-releng.net'''' and the associated Heroku ssl endpoint. Simply create a cname name pointed at '''''oita-54541.herokussl.com''''' and then add the new cname to the app as a custom domain.


  '''$ heroku domains:add newherokuapp.mozilla-releng.net'''
  '''$ heroku domains:add newherokuapp.mozilla-releng.net'''
  Adding newherokuapp.mozilla-releng.net to newherokuapp... done
  Adding newherokuapp.mozilla-releng.net to newherokuapp... done

Revision as of 20:44, 27 January 2016


Setup Heroku app with mozilla-releng.net subdomain and ssl endpoint

Heroku apps setup under Release Engineering can utilize the domain name '.mozilla-releng.net' and the associated Heroku ssl endpoint. Simply create a cname name pointed at oita-54541.herokussl.com and then add the new cname to the app as a custom domain.

$ heroku domains:add newherokuapp.mozilla-releng.net
Adding newherokuapp.mozilla-releng.net to newherokuapp... done