Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishanthakumar/pipelines-as-code
YAML pipelines used for build and deploy apps.
https://github.com/rishanthakumar/pipelines-as-code
angular aws azure azure-devops dotnet-core github-actions pipelines-yaml
Last synced: 7 days ago
JSON representation
YAML pipelines used for build and deploy apps.
- Host: GitHub
- URL: https://github.com/rishanthakumar/pipelines-as-code
- Owner: Rishanthakumar
- License: mit
- Created: 2020-12-16T06:38:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T18:39:20.000Z (over 3 years ago)
- Last Synced: 2024-07-29T17:04:52.321Z (4 months ago)
- Topics: angular, aws, azure, azure-devops, dotnet-core, github-actions, pipelines-yaml
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pipelines as Code
YAML pipelines used for build and deploy apps.
## Azure DevOps
- [Build and deploy Angular app to Azure Blob Storage Static Hosting](azure-devops/angular-azure-blob-storage.yml)
- [Build and deploy .Net Core api to Azure App Service](azure-devops/dotnet-core-azure-appservice.yml)
- [Pack and push package to internal nuget feed using .Net Core cli](azure-devops/dotnet-core-nuget-publish-internal.yml)## GitHub Actions
- [Build and deploy Angular app to AWS S3 Static Hosting](github/angular-aws-s3.yml)