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
We are testing concurrent deployments using threads. We are doing this locally, but I figured it might make sense as the default:
outputPath: `tmp/deploy-dist-${environment}`
I started making a PR, but since the environment is dynamic and the defaults are defined as static, I couldn't figure out how to get it to work, especially with the EMBER_CLI_DEPLOY_REUSE_BUILD section. Also, how would you detect if someone already customised the outputPath before appending the environment?
The text was updated successfully, but these errors were encountered:
We are testing concurrent deployments using threads. We are doing this locally, but I figured it might make sense as the default:
outputPath: `tmp/deploy-dist-${environment}`
I started making a PR, but since the environment is dynamic and the defaults are defined as static, I couldn't figure out how to get it to work, especially with the EMBER_CLI_DEPLOY_REUSE_BUILD section. Also, how would you detect if someone already customised the outputPath before appending the environment?
The text was updated successfully, but these errors were encountered: