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!