microsoft / PubSec-Info-Assistant

Information Assistant, built with Azure OpenAI Service, Industry Accelerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What are the steps to redeploy after changing the UI ?

reshma67 opened this issue · comments

Hi. could you elaborate a bit? I assume you have made some code level changes to the webapp? If that is the case you can run a full make deploy, or be more surgical and just run make build deploy-webapp. If your changes included anything at the infrastructure level, such as configuration values, then you would need to also run make infrastructure if these were added to the Terraform code.

make deploy has worked