ember-cli-deploy / ember-cli-deploy/ember-cli-deploy-build
include environment in default outputPath
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 23
- Forks
- 23
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
We are testing concurrent deployments using threads. We are doing this locally, but I figured it might make sense as the default:
```js
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?
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.