Github Actions - Deploy to Azure Web App

Hello all,
I am trying to deploy my code to an azure web app and i have properly configured my github workflow to build and deploy. I used the automated script that was generated from the portal. the workflow passes and says the actions succeeded. however, when i check the resource it does not have the code in the app service editor. this leads me to think the code is not being deployed correctly.

It is a monorepo with a client and server folder, however i just want to deploy the client folder

I am trying to deploy a nextjs frontend. any tips?

:slight_smile: