Deploy the Pricing service #4
This file contains hidden or 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: Deploy the Pricing service | |
| concurrency: pricing | |
| permissions: | |
| id-token: write | |
| contents: read | |
| on: | |
| workflow_run: | |
| workflows: | |
| ["Build and publish the Pricing service", "Deploy generic resources"] | |
| types: | |
| - completed | |
| workflow_dispatch: | |
| jobs: | |
| provision-pricing: | |
| name: Deploy the Pricing service | |
| uses: ./.github/workflows/reusable-provision.yaml | |
| with: | |
| environment: ${{ vars.ENVIRONMENT }} | |
| infrastructure-path: internal/pricing | |
| service-name: pricing | |
| secrets: inherit |