Firebase deployment

Hello everyone,

I’m deploying to a Firebase Hosting, everything is working fine on build job, and once I run the ng build command I create an artifact with the build result, to deploy in the next job.

My deploy job just runs the firebase deploy command, but I can target the build folder created in the previous job. The folder to deploy is configured in the firebase.json which is “dist/app-name”, I’m creating the artifact in the same location but the “firebase deploy” command can’t find it so the error is basically that there are 0 files to deploy.

I hope someone can help since I really need this.

Thanks!

Do you mean you can’t target the build folder? (Please edit your post if so).

Also, please show your config.yml here so readers can take a look. You’ll need to use Markdown to format it correctly (there’s a button in the toolbar).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.