-
Notifications
You must be signed in to change notification settings - Fork 951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--except is ignored during hosting deployment #3397
Labels
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
bkendall
added a commit
that referenced
this issue
Jul 21, 2021
bkendall
added a commit
that referenced
this issue
Jul 21, 2021
Sorry to only get around to this now, but you're right - I can still reproduce this. I have a PR out now to fix it! :) |
bkendall
added a commit
that referenced
this issue
Jul 23, 2021
* adds filterExcept to normalizedHostingConfigs fixes #3397 * remove .only * add changelog * pass only'd configs to except * one clarifying comment * rename and cleanup
devpeerapong
pushed a commit
to devpeerapong/firebase-tools
that referenced
this issue
Dec 14, 2021
* adds filterExcept to normalizedHostingConfigs fixes firebase#3397 * remove .only * add changelog * pass only'd configs to except * one clarifying comment * rename and cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment info
firebase-tools: 9.11.0
Platform: macOS
Test case
Hi all,
firebase deploy --only hosting:@my-project/my-app
works as expected, howeverfirebase deploy --except hosting:@my-project/my-app
does not. Instead, it ignores the--except
and deploys all the websites.As a temporary workaround I'm doing the following:
but it's too verbose and unnecessary complex.
The text was updated successfully, but these errors were encountered: