-
Notifications
You must be signed in to change notification settings - Fork 2.2k
ng deploy builder does not work well in CI #2138
Copy link
Copy link
Closed
Description
Version info
Angular: 8.2.0-next.2
Firebase: 6.3.4
**AngularFire:**5.2.1
**Other (e.g. Ionic/Cordova, Node, browser, operating system):**CircleCI
How to reproduce these conditions
Try and deploy via CircleCI.
Expected behavior
interactive and token should probably be options for the ng deploy option. Otherwise, it is difficult to deploy via CI environments like CircleCI.
Actual behavior
interactive and token cannot be passed through the builder.
I tried using the environment variable $FIREBASE_TOKEN which I think (not sure) logs me in correctly but prompts for analytics. I guess adding only the interactive flag would bypass this but I think token is the recommended method of passing the FIREBASE_TOKEN.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels