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
I encountered an issue while attempting to deploy a forked project to Firebase using Google Cloud Build. The project builds successfully; however, the deployment process fails with an error indicating that no hosting site or target has been specified.
Steps to Reproduce:
Fork the project.
Set up Google Cloud Build and Firebase
Build and deploy
Actual Result:
The deployment process fails with the following error message: "Error: No site or target specified for deployment."
Troubleshooting Attempts:
I tried specifying the hosting site explicitly using the command: firebase deploy --only=hosting:site_name.
However, a new error message was encountered: "Error: Hosting site or target not detected in firebase.json."
Request:
I kindly request assistance in resolving this deployment issue. It's unclear whether the error stems from a misconfiguration within the firebase.json file or an issue with Firebase deployment commands.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered:
I encountered an issue while attempting to deploy a forked project to Firebase using Google Cloud Build. The project builds successfully; however, the deployment process fails with an error indicating that no hosting site or target has been specified.
Steps to Reproduce:
Actual Result:
The deployment process fails with the following error message: "Error: No site or target specified for deployment."
Troubleshooting Attempts:
I tried specifying the hosting site explicitly using the command: firebase deploy --only=hosting:site_name.
However, a new error message was encountered: "Error: Hosting site or target not detected in firebase.json."
Request:
I kindly request assistance in resolving this deployment issue. It's unclear whether the error stems from a misconfiguration within the firebase.json file or an issue with Firebase deployment commands.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: