You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I am using the Firebase deployment pipeline:
https://bitbucket.org/atlassian/firebase-deploy/src/master/
It deploys ok all my FB components, except for HOSTING.
It says:
Error: Specified public directory 'ui/build' does not exist, can't deploy hosting to site pupa101
✖ Deployment failed.
Same command runs fine on command line, based on same firebase.jsonfile which stipulates:
"hosting": { "public": "ui/build", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "**", "destination": "/index.html" } ] },
Presumably, the script works well for the default "public": "public" keypair, but not if the public folder is customised. I suspect a bug?
@Lucas Challamel can you please give more information how you build your application before using firebase.
Do you use npm install?
I tried to reproduce the case npm installing to specified dir and it succeeded.
Can you share also full log?
...hey are a part of us, shaping how we interact with the world around us. The same holds true for programming languages when we think about how different kinds of vulnerabilities raise their heads in t...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.