An open API service indexing awesome lists of open source software.

https://github.com/jsuarezl/angular-github-workflow-example

Example github workflow to angular pages to azure app services
https://github.com/jsuarezl/angular-github-workflow-example

angular angular18 azure azure-app-serivce

Last synced: 12 months ago
JSON representation

Example github workflow to angular pages to azure app services

Awesome Lists containing this project

README

          

# Angular GitHub Workflow Example

Example project to show how to use GitHub actions to build, test and deploy an angular project to [Azure App Service](https://azure.microsoft.com/en-us/services/app-service/)

For more information check files:

* [GitHub workflow](https://github.com/jsuarezl/angular-github-workflow-example/blob/master/.github/workflows/angular.yml)
* [Karma Configuration](https://github.com/jsuarezl/angular-github-workflow-example/blob/master/karma.conf.js)
* [package.json test:ci](https://github.com/jsuarezl/angular-github-workflow-example/blob/master/package.json)