Using Azure App Service with create t3 app
Hey, noob question. I am trying to deploy my app to Azure App Service. I have hooked the Azure App Service to my GitHub repo and it tries to npm install and build it. The problem here is that since I don't have my ENV variables in GitHub, the build fails. How do I go on about fixing this? The reason I ask this is because in my Azure App Service I configure my ENV variables for my environment. Should I also configure them into GitHub Secrets or how do I go on about solving this?
1 Reply
I guess I should just put dummy env variables to GitHub..?