richross / HelloDallE

Project that takes responses to pre-defined questions, generates a prompt, which is sent to DallE for image generation.
MIT License
0 stars 0 forks source link

included prop to clean the target web app. #36

Closed richross closed 7 months ago

richross commented 7 months ago

This pull request modifies the .github/workflows/azure-webapps-dotnet-core.yml file to improve the deployment process to Azure Web Apps. The changes include adding new properties to the deploy-to-azure-webapp job, specifying that the package being deployed is a zip file, the existing files on the web app should be cleaned before deployment, and the web app should be restarted after deployment.