ember-cli-deploy / ember-cli-deploy/ember-cli-deploy-build

include environment in default outputPath

Abierto
#57 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
23
Forks
23
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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?

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.