mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
add prd
This commit is contained in:
parent
28ee277a90
commit
6dcb807697
25 changed files with 783 additions and 1 deletions
|
|
@ -24,3 +24,11 @@ build_dev:
|
|||
rules:
|
||||
- changes:
|
||||
- "dev/terraform/*.tf"
|
||||
|
||||
build_prd:
|
||||
stage: triggers
|
||||
trigger:
|
||||
include: prd/.gitlab/.gitlab-ci.yml
|
||||
rules:
|
||||
- changes:
|
||||
- "prd/terraform/*.tf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue