Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/polatengin/alaska

Simple event mechanism for GitHub Actions and Azure DevOps Pipelines
https://github.com/polatengin/alaska

actions azure bash bicep devops event github layer module pipeline powershell

Last synced: about 1 month ago
JSON representation

Simple event mechanism for GitHub Actions and Azure DevOps Pipelines

Awesome Lists containing this project

README

        

# Alaska

You can find sample

- [.azuredevops/ci.yml](.azuredevops/ci.yml) Azure DevOps Pipeline
- [.github/workflows/ci.yml](.github/workflows/ci.yml) GitHub Actions Workflow
- Resource Group Bicep Module [layers/010_Infra/main.bicep](layers/010_Infra/main.bicep)
- Azure Storage Account Bicep Module [layers/020_Storage/main.bicep](layers/020_Storage/main.bicep)
- Bicep Validate helper scripts [scripts/bicep_validate.sh](scripts/bicep_validate.sh)
- Bicep Deploy helper scripts [scripts/bicep_deploy.sh](scripts/bicep_deploy.sh)
- PreValidate, PostValidate, PreDeploy, PostDeploy event functions for 010_Infra layer [layers/010_Infra/_events.sh](layers/010_Infra/_events.sh)
- PreValidate, PostValidate, PreDeploy, PostDeploy event functions for 020_Storage layer [layers/020_Storage/_events.ps1](layers/020_Storage/_events.ps1)