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
This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.
[REQUIRED] Environment info
firebase-tools: 7.2.2
Platform: macOS, Windows, Ubuntu
[REQUIRED] Test case
.firebase.json example file
firebase deploy --only hosting:staging
will produce following output :[REQUIRED] Steps to reproduce
In firebase project, create multiple hosting sites and create targets accordingly with CLI.
Add predeploy and/or postdeploy hooks for each target in firebase.json file.
Deploy on firebase with one target :
firebase deploy --only hosting:your-target
.[REQUIRED] Expected behavior
Only target hooks have to be triggered.
[REQUIRED] Actual behavior
All targets predeploy and postdeploy hooks are triggered.
The text was updated successfully, but these errors were encountered: