We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gcr.io/cloud-builders-community/firebase
I can deploy specified hosting target.
I can not deploy specified hosting target. I got this error.
textPayload: "Step #3 - "deploy to firebase hosting": Error: Deploy target $MY_HOSTING_TARGET not configured for project $MY_FIREBASE_PROJECT_ID. Configure with:"
- name: gcr.io/MY_GCP_PROJECT/firebase id: 'deploy to firebase hosting' args: [ 'deploy', '--project=MY_FIREBASE_PROJECT_ID', '--only=hosting:MY_HOSTING_TARGET' ] dir: admin-tool
firebase.json like this
{ "hosting": { "target": "MY_HOSTING_TARGET", "public": "build", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "**", "destination": "/index.html" } ] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected builder image
gcr.io/cloud-builders-community/firebase
Expected Behavior
I can deploy specified hosting target.
Actual Behavior
I can not deploy specified hosting target.
I got this error.
Steps to Reproduce the Problem
firebase.json like this
Additional Info
The text was updated successfully, but these errors were encountered: