angular / angular/angularfire

[Q] Cannot configure deploy for 2 different hosting sites

Aperta
#3,076 1 commento 3 reazioni 1 assegnatario Rivendicata da @davideast Vedi su GitHub
Lingua principale
TypeScript
Stelle
7.8k
Fork
2.2k
Merge medio
22h 28m
PR unite (30g)
6

Descrizione

https://github.com/angular/angularfire/blob/72d3c2e26ebd7ff367f250e74aa076cc3bd3cc40/src/schematics/deploy/builder.ts#L32-L34

The above piece of code prevents me from applying different configurations, so that I could invoke `ng deploy -c="development"`.
My `angular.json` config looks like this:

```json
// angular.json
"deploy": {
"builder": "@angular/fire:deploy",
"options": {
"prerender": false,
"ssr": false,
"browserTarget": "client:build:production",
"firebaseProject": "my-project"
},
"configurations": {
"production": {
"firebaseHostingSite": "my-project-prod-version"
},
"development": {
"firebaseHostingSite": "my-project-dev-version"
}
}
}
```

What was the reason to use only the default hosting site and throw error when I want make some changes?

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.