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

RESOLVE_DEPLOYMENT_DOMAIN is incorrect after using the domains assign command #1933

Closed
aleks-pro opened this issue Jul 6, 2021 · 1 comment
Labels
bug Issues related to defects and incorrect/unexpected feature behavior

Comments

@aleks-pro
Copy link
Collaborator

aleks-pro commented Jul 6, 2021

Steps to reproduce:

  1. You should have a deployment with a domain assigned to it
  2. Use the domains assign command to assign this domain to another deployment
  3. Check RESOLVE_DEPLOYMENT_DOMAIN environment variable value in the first deployment. It is still linked to the domain

ReSolve Version 0.31.0

@aleks-pro aleks-pro added the bug Issues related to defects and incorrect/unexpected feature behavior label Jul 6, 2021
@MrCheater
Copy link
Contributor

Environment variable "RESOLVE_DEPLOYMENT_DOMAIN" has been removed for multi-domain support reasons.
Workaround:

resolve-cloud env set <deployment-id> DEPLOYMENT_DOMAIN=your.domain.example.com

or

resolve-cloud deploy --envs=DEPLOYMENT_DOMAIN=your.domain.example.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to defects and incorrect/unexpected feature behavior
Projects
None yet
Development

No branches or pull requests

2 participants