Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/polatengin/alaska
- Owner: polatengin
- License: mit
- Created: 2023-02-09T02:30:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T05:25:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T08:30:12.855Z (3 months ago)
- Topics: actions, azure, bash, bicep, devops, event, github, layer, module, pipeline, powershell
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)