I'm trying to deploy .net core 5 application to Elastic Beanstalk.
I can deploy application via AWS Toolkit. But I'm trying to deploy via EB CLI
. Because github actions works with EB CLI
.
So when I'm trying command eb deploy
, solution create artifact with solution root directory. How can I point to eb deploy
command pick up KKWebApi project, not solution.
Many Thanks.