You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ember-cli-dotenv for writing my app settings for the different environments but when I run the deploy command, the build output uses always the .env-development settings file instead of reading from .env-production file.
If I run a build with the classic ember build command everything is fine.
The text was updated successfully, but these errors were encountered:
I'm using ember-cli-dotenv for writing my app settings for the different environments but when I run the deploy command, the build output uses always the .env-development settings file instead of reading from .env-production file.
If I run a build with the classic ember build command everything is fine.
The text was updated successfully, but these errors were encountered: