simnova / ownercommunity

MIT License
2 stars 1 forks source link

Set up CI with Azure Pipelines #140

Closed nguyenduy closed 4 weeks ago

nguyenduy commented 4 weeks ago

Summary by Sourcery

This pull request sets up a continuous integration pipeline using Azure Pipelines for the 'ui-community' project. It includes configurations for building, analyzing, and deploying the project in both development and production environments.

sourcery-ai[bot] commented 4 weeks ago

Reviewer's Guide by Sourcery

This pull request sets up Continuous Integration (CI) using Azure Pipelines for a Node.js project with React. The implementation includes defining pipeline triggers, variables, stages, and jobs for both development and production environments. The pipeline configuration is specified in a new file, azure-pipelines.yml.

File-Level Changes

Files Changes
azure-pipelines.yml Set up CI pipeline with stages for building, analyzing, and deploying both development and production environments.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.