Production and development apps currently deployed to Modulus need to be deployed to Galaxy, and CNAMES cut over. What is the correct sequence of steps to do this without disturbing existing users? What are the steps relevant to binary NPM packages, SSL/CNAMES?
Asked
Active
Viewed 347 times
1 Answers
2
Here is what I did for deploying to galaxy.
- File a zendesk support ticket to whitelist your domain name.
- Head over to your domain manager(godaddy or google) and add a CNAME record to with
(Name: www, Type: CNAME, TTL: xhr, data: galaxy-ingress.meteor.com)
- Then follow the galaxy help docs, its straight forward:
https://galaxy.meteor.com/help/deploying-to-galaxy
PS: galaxy does not allow root domain deploying.
Ex domainname.com
It has to bewww.domainname.com

Magesh khanna
- 183
- 1
- 1
- 11