-
Notifications
You must be signed in to change notification settings - Fork 7
31 lines (28 loc) · 918 Bytes
/
deploy-generic.yaml
File metadata and controls
31 lines (28 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Deploy generic resources
concurrency: generic
permissions:
id-token: write
contents: read
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "infrastructure/terraform/generic/**"
- "infrastructure/terraform/modules/**"
- "infrastructure/terraform/internal/indexing/**"
- "infrastructure/terraform/internal/pricing/**"
- "infrastructure/terraform/internal/products/**"
- "infrastructure/terraform/external/**"
- "infrastructure/terraform/dns-proxy/**"
jobs:
provision-generic-resources:
uses: ./.github/workflows/reusable-provision.yaml
with:
service-name: generic-resources
infrastructure-path: generic
environment: ${{ vars.ENVIRONMENT }}
rabbitmq-docker-image-version: ${{ vars.DOCKER_RABBITMQ_VERSION }}
meilisearch-docker-image-version: ${{ vars.DOCKER_MEILISEARCH_VERSION }}
secrets: inherit