ci: deploy dev infra [infra]

This commit is contained in:
Stephan D
2026-03-17 00:17:32 +01:00
parent a413f03eb4
commit e4ae858f16
17 changed files with 34 additions and 0 deletions

View File

@@ -12,7 +12,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/edge/bff/** - api/edge/bff/**
- api/payments/methods/client/** - api/payments/methods/client/**

View File

@@ -10,7 +10,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/billing/documents/** - api/billing/documents/**
- api/proto/** - api/proto/**

View File

@@ -10,7 +10,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/billing/fees/** - api/billing/fees/**
- api/proto/** - api/proto/**

View File

@@ -11,7 +11,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/edge/callbacks/** - api/edge/callbacks/**
- api/proto/** - api/proto/**

View File

@@ -9,7 +9,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/discovery/** - api/discovery/**
- api/proto/** - api/proto/**

View File

@@ -9,7 +9,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/edge/bff/** - api/edge/bff/**
- api/pkg/** - api/pkg/**

View File

@@ -13,7 +13,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/fx/ingestor/** - api/fx/ingestor/**
- api/fx/storage/** - api/fx/storage/**

View File

@@ -13,7 +13,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/fx/oracle/** - api/fx/oracle/**
- api/fx/storage/** - api/fx/storage/**

View File

@@ -11,7 +11,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/gateway/aurora/** - api/gateway/aurora/**
- api/gateway/common/** - api/gateway/common/**

View File

@@ -13,7 +13,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/gateway/chain/** - api/gateway/chain/**
- api/gateway/common/** - api/gateway/common/**

View File

@@ -11,7 +11,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/gateway/chsettle/** - api/gateway/chsettle/**
- api/gateway/common/** - api/gateway/common/**

View File

@@ -13,7 +13,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/gateway/tron/** - api/gateway/tron/**
- api/gateway/common/** - api/gateway/common/**

View File

@@ -10,7 +10,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/ledger/** - api/ledger/**
- api/proto/** - api/proto/**

View File

@@ -13,7 +13,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/notification/** - api/notification/**
- api/proto/** - api/proto/**

View File

@@ -10,7 +10,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/payments/methods/** - api/payments/methods/**
- api/payments/storage/** - api/payments/storage/**

View File

@@ -10,7 +10,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/payments/orchestrator/** - api/payments/orchestrator/**
- api/payments/storage/** - api/payments/storage/**

View File

@@ -10,7 +10,9 @@ labels:
when: when:
- event: push - event: push
branch: main branch: main
evaluate: 'not (CI_COMMIT_MESSAGE contains "[infra]")'
path: path:
on_empty: false
include: include:
- api/payments/quotation/** - api/payments/quotation/**
- api/payments/storage/** - api/payments/storage/**