After upgrading to atlassian/firebase-deploy:1.0.0 from 0.6.0, I am getting the following error:
Error: Cannot understand what targets to deploy/serve. No targets in firebase.json match '--only hosting'.
In my bitbucket-pipelines.yml file, "--only hosting" is specified under the variable "EXTRA_ARGS", so I don't understand why the script is looking for a target project matching "--only hosting"
Oddly enough, this error only throws in my development branch. Deployment is successful for my production branch, even though everything appears to be the same except for the project_id and the build step.
Steps taken to solve:
Added the project information from .firebaserc to firebase.json
I fixed this by re-running `firebase init` in my project folder, which updated `firebase.json`, using the latest version of `firebase-tools` (9.9.0 at the time).
Hi @michaeloconnell ,
Thank you for sharing this experience with our community.
Cheers,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.