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
- Host: GitHub
- URL: https://github.com/jsuarezl/angular-github-workflow-example
- Owner: jsuarezl
- Created: 2022-04-04T22:29:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T14:53:45.000Z (over 1 year ago)
- Last Synced: 2025-03-05T23:45:25.527Z (12 months ago)
- Topics: angular, angular18, azure, azure-app-serivce
- Language: HTML
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)