CodePipeline Deployment to include files such as png, js, and css

0

I would think that what I am trying to do is very common and can only assume I am just doing something wrong here. I've been experimenting for the past few weeks with using CodePipleline to "CICD" my sample .NET RazorPages app.

Everything runs fine locally. Static files such as css and js files load into page. In fact, can publish to my RazorPages app directly to a ElasticBeanstalk instance using my AWS Toolkit in VS 2022. Again no problems.

Enter image description here

However, things seems to go sideways when I use CodePipeline. Despite all my efforts, it seems the deploy process will not transfer over some of the files from my code repo (GitHub). More specifically, things located in the wwwroot folder.

http://jsplayground2021web-prod.us-east-1.elasticbeanstalk.com/ Enter image description here

No errors from the source, build or deploy events in the pipeline. Nothing.

I keep circling back to my buildspec.yml file (https://github.com/RedBirdOBX/JsPlayground2021/blob/master/buildspec.yml) but can't seem to get anything to be picked up in the files list.

Clearly I'm doing something wrong. Pointers or assistance would be appreciated!

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠