I have an app in development that I've deployed to Galaxy and it works great! There are two versions of the site, each in different languages. I am using a standard domain for the English version http://website.com
and a subdomain for the French version http://fr.website.com
When using the standard $ meteor deploy
, you can specify the domain you're sending it to. For example, I can keep a French branch and an English branch in the same repository, and then deploy to $ meteor deploy fr.website.com
when I want to deploy to the French subdomain.
I've properly configured the DNS settings with Godaddy.
The syntax appears to be different with Modulus.io... How do I deploy a different version of the site to a subdomain using Modulus.io?