ember-cli-deploy-build icon indicating copy to clipboard operation
ember-cli-deploy-build copied to clipboard

Wrong app environment with ember-cli-dotenv

Open davideferre opened this issue 3 years ago • 0 comments

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.

davideferre avatar Oct 23 '21 12:10 davideferre