microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.24k stars 1.21k forks source link

Repo to use releases for Nextjs site #84

Closed Gordonby closed 1 year ago

Gordonby commented 1 year ago

As an alternative deployment method, could you maintain use GitHub releases to host the ./site-deploy/Nextjs-site.zip file? This would provide a much easier way for a App Service Zip Deploy to run, and would more easily support targeted versioning of the app.

thivy commented 1 year ago

@Gordonby that is a great idea!! I will add this issue to the backlog

Gordonby commented 1 year ago

I've done this in my fork, and will be iterating on the bicep to add in some more scenario support for both capability and expedited deployment.

thivy commented 1 year ago

@Gordonby i like the of having both deployment options. Would you be interested in creating a PR for this?