{"id":23090502,"url":"https://github.com/goodtocode/github-actions","last_synced_at":"2025-08-16T08:32:36.818Z","repository":{"id":41878575,"uuid":"484223785","full_name":"goodtocode/github-actions","owner":"goodtocode","description":"Github Actions repo including starter workflow YAML files for using GitHub Actions to automate cloud infrastructure, building source, unit-testing source, deploying source and running external integration tests.","archived":false,"fork":false,"pushed_at":"2024-10-26T21:45:51.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-16T14:14:15.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.goodtocode.com","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goodtocode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-21T22:34:13.000Z","updated_at":"2024-10-26T21:45:54.000Z","dependencies_parsed_at":"2024-04-07T22:32:12.040Z","dependency_job_id":"212f9425-4b3c-492f-a42d-19ef4c7bbf90","html_url":"https://github.com/goodtocode/github-actions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodtocode%2Fgithub-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodtocode%2Fgithub-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodtocode%2Fgithub-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodtocode%2Fgithub-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goodtocode","download_url":"https://codeload.github.com/goodtocode/github-actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230026272,"owners_count":18161591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-16T21:00:15.554Z","updated_at":"2024-12-16T21:00:20.658Z","avatar_url":"https://github.com/goodtocode.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions YAML for Azure Deployments\n\u003csup\u003eThis repo is a starting point for using GitHub Actions YAML files to automate cloud infrastructure, building source, unit-testing source, deploying source and running external integration tests.\u003c/sup\u003e \u003cbr\u003e\n\nThis is a simple GitHub Actions YAML for Azure Deployments [GitHub Actions for Azure](https://docs.microsoft.com/en-us/azure/developer/github/github-actions)\n\nThis repository relates to the following activities:\n* Deploy [Enterprise-scale Architecture Landing Zones](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/#:~:text=Azure%20landing%20zones%20are%20the%20output%20of%20a,as%20a%20service%20or%20platform%20as%20a%20service.)\n* Deploy Azure cloud infrastructure\n* Building source with dotnet build\n* Unit-testing source with dotnet tests\n* Deploying source to cloud infrastructure\n* And running external integration tests\n\n#### /pipelines folder (YAML)\nPath | Item | Contents\n--- | --- | ---\npipelines | - | Contains all scripts, steps, variables and main-pipeline files\npipelines | COMPANY-rg-PRODUCT-infrastructure.yml | Main-pipeline file to deploy cloud landing zone, and infrastructure\npipelines | COMPANY-rg-PRODUCT-src.yml | Main-pipeline file to build/test/deply src, unit tests and integration tests\n\n#### /steps folder (YAML)\nPath | Item | Contents\n--- | --- | ---\npipelines/steps | - | GitHub Actions step templates.\npipelines/steps | func-build-steps.yml | Azure Functions source code build, and package\npipelines/steps | func-deploy-steps.yml |  Azure Functions source code deploy to cloud infrastructure\npipelines/steps | xxx-infrastructure-steps.yml | Azure ESA infrastructure deploy\npipelines/steps | integration-test-steps.yml | Runs external integration tests against src\npipelines/steps | logic-infrastructure-steps.yml | Azure Logic Apps deploy to cloud infrastructure\npipelines/steps | landingzone-infrastructure-steps.yml | Azure ESA Landing Zone deploy\npipelines/steps | nuget-deploy-external-steps.yml | NuGet.org package (.nupkg) deploy\npipelines/steps | nuget-deploy-internal-steps.yml | Private NuGet Feed (.nupkg) deploy\npipelines/steps | dotnet-build-steps.yml | Source code (/src) build with dotnet build\npipelines/steps | dotnet-test-steps.yml |  Source code (/src) unit-test with dotnet test\n\n#### /pipeline/variables (YAML)\nPath | Item | Contents\n--- | --- | ---\npipelines/variables | - | Variables (non-secret only) for the Azure landing zone, Azure infrastructure and NuGet packages.\npipelines/variables | common.yml | Common variables to all pipelines\npipelines/variables | development.yml | Development environment-specific variables\npipelines/variables | production.yml | Production environment-specific variables\n\n#### /scripts folder (PowerShell)\nPath | Item | Contents\n--- | --- | ---\npipelines/scripts | - | Contains GitHub Actions YAML files, Windows PowerShell scripts, and variables to support GitHub Actions YAML Pipelines.\npipelines/scripts | System.psm1 | Powershell helpers for system-level functions\npipelines/scripts | Set-Version.ps1 | Sets version per MAJOR.MINOR.REVISION.BUILD methodology\npipelines/scripts | Get-AzureAd.ps1 | Manual script for getting Azure AD information\npipelines/scripts | New-SelfSignedCert.ps1 | Manual script for generating a self-signed certificate\n\n#### Azure Services used in these repositories\nAzure Service | Purpose\n:---------------------:| --- \n[Azure Cosmos DB](https://azure.microsoft.com/en-us/services/cosmos-db/)| NoSQL database where original content as well as processing results are stored.\n[Azure Functions](https://azure.microsoft.com/en-us/try/app-service/)|Code blocks that analyze the documents stored in the Azure Cosmos DB.\n[Azure Service Bus](https://azure.microsoft.com/en-us/services/service-bus/)|Service bus queues are used as triggers for durable Azure Functions.\n[Azure Storage](https://azure.microsoft.com/en-us/services/storage/)|Holds images from articles and hosts the code for the Azure Functions.\n[Azure Logic App](https://azure.microsoft.com/en-us/services/logic-apps/)|Cloud workflow orchestrator, includes activities in the form of Connectors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodtocode%2Fgithub-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoodtocode%2Fgithub-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodtocode%2Fgithub-actions/lists"}