microsoft / PubSec-Info-Assistant

Information Assistant, built with Azure OpenAI Service, Industry Accelerator
MIT License
264 stars 519 forks source link

What are the steps to redeploy after changing the UI ? #704

Closed reshma67 closed 1 month ago

georearl commented 1 month ago

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.

reshma67 commented 1 month ago

make deploy has worked