k8s-cluster/.gitlab-ci.yml

27 lines
505 B
YAML
Raw Normal View History

2024-05-17 22:03:38 -04:00
stages:
- terraforming
staging:
stage: terraforming
variables:
TF_STATE_NAME: staging
TF_CACHE_KEY: staging
TF_ROOT: terraform/staging
trigger:
include: terraform/staging/.gitlab-ci.yml
rules:
- changes:
- terraform/staging/*
testbed:
stage: terraforming
variables:
TF_STATE_NAME: testbed
TF_CACHE_KEY: testbed
TF_ROOT: terraform/testbed
trigger:
include: terraform/testbed/.gitlab-ci.yml
rules:
- changes:
- terraform/testbed/*