Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)