mirror of
https://gitlab.durp.info/durfy/homelab/iac.git
synced 2026-05-07 07:50:30 -05:00
update ci
This commit is contained in:
parent
baeb625b07
commit
9f5c7d01e6
5 changed files with 28 additions and 28 deletions
|
|
@ -7,7 +7,7 @@ build_dmz:
|
|||
include: dmz/.gitlab/.gitlab-ci.yml
|
||||
rules:
|
||||
- changes:
|
||||
- "dmz/terraform/*.tf"
|
||||
- "dmz/*.tf"
|
||||
|
||||
build_infra:
|
||||
stage: triggers
|
||||
|
|
@ -15,7 +15,7 @@ build_infra:
|
|||
include: infra/.gitlab/.gitlab-ci.yml
|
||||
rules:
|
||||
- changes:
|
||||
- "infra/terraform/*.tf"
|
||||
- "infra/*.tf"
|
||||
|
||||
build_dev:
|
||||
stage: triggers
|
||||
|
|
@ -23,7 +23,7 @@ build_dev:
|
|||
include: dev/.gitlab/.gitlab-ci.yml
|
||||
rules:
|
||||
- changes:
|
||||
- "dev/terraform/*.tf"
|
||||
- "dev/*.tf"
|
||||
|
||||
build_prd:
|
||||
stage: triggers
|
||||
|
|
@ -31,4 +31,4 @@ build_prd:
|
|||
include: prd/.gitlab/.gitlab-ci.yml
|
||||
rules:
|
||||
- changes:
|
||||
- "prd/terraform/*.tf"
|
||||
- "prd/*.tf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue