Merge pull request #119 from cwe1ss/dependabot/nuget/Microsoft.Applic… #138
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: '_Internal/gRPC/SQL/Bus' | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- services/_internal-grpc-sql-bus/** | |
- proto/_internal-grpc-sql-bus.proto | |
permissions: | |
id-token: write | |
contents: read | |
jobs: | |
build: | |
uses: ./.github/workflows/_service-build.yml | |
secrets: inherit | |
with: | |
serviceName: internal-grpc-sql-bus | |
servicePath: services/_internal-grpc-sql-bus | |
hostProjectName: InternalGrpcSqlBus.Api | |
deploy: | |
strategy: | |
matrix: | |
# TEMPLATE_ADD_ENVIRONMENT Any new environment the service should be deployed into must be added here | |
environment: [ development, production ] | |
needs: build | |
uses: ./.github/workflows/_service-deploy.yml | |
secrets: inherit | |
with: | |
service: internal-grpc-sql-bus | |
environment: ${{ matrix.environment }} |