Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple domains on the same app #30

Open
stevenle opened this issue Mar 20, 2020 · 0 comments
Open

Support for multiple domains on the same app #30

stevenle opened this issue Mar 20, 2020 · 0 comments

Comments

@stevenle
Copy link
Member

Should be able to map multiple domains to the same fileset server, serving different manifest files.

Deployment config in grow would be something like:

deployments:
  # deploys to example.com and all other domains
  default_domain:
    destination: fileset
    branch: auto  # Uses the git branch name.
    server: appid.appspot.com
    env:
      name: prod
      host: example.com
      scheme: https
  # deploys to foo.example.com
  subdomain_foo:
    destination: fileset
    branch: auto  # Uses the git branch name.
    server: appid.appspot.com
    domain: foo.example.com
    env:
      name: prod
      host: foo.example.com
      scheme: https
  # deploys to bar.example.com
  subdomain_bar:
    destination: fileset
    branch: auto  # Uses the git branch name.
    server: appid.appspot.com
    domain: bar.example.com
    env:
      name: prod
      host: bar.example.com
      scheme: https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant