+ version bump
Some checks failed
ci/woodpecker/push/fx_oracle Pipeline was successful
ci/woodpecker/push/ledger Pipeline was successful
ci/woodpecker/push/bump_version Pipeline failed
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/bff Pipeline was successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/chain_gateway Pipeline was successful
ci/woodpecker/push/fx_ingestor Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful
ci/woodpecker/push/notification Pipeline was successful
ci/woodpecker/push/payments_orchestrator Pipeline was successful
Some checks failed
ci/woodpecker/push/fx_oracle Pipeline was successful
ci/woodpecker/push/ledger Pipeline was successful
ci/woodpecker/push/bump_version Pipeline failed
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/bff Pipeline was successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/chain_gateway Pipeline was successful
ci/woodpecker/push/fx_ingestor Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful
ci/woodpecker/push/notification Pipeline was successful
ci/woodpecker/push/payments_orchestrator Pipeline was successful
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: bff
|
||||
|
||||
environment:
|
||||
BFF_IMAGE_PATH: bff/service
|
||||
BFF_DOCKERFILE: ci/prod/compose/bff.dockerfile
|
||||
BFF_MONGO_SECRET_PATH: sendico/db
|
||||
BFF_API_SECRET_PATH: sendico/api/endpoint
|
||||
BFF_ENV: prod
|
||||
matrix:
|
||||
include:
|
||||
- BFF_IMAGE_PATH: bff/service
|
||||
BFF_DOCKERFILE: ci/prod/compose/bff.dockerfile
|
||||
BFF_MONGO_SECRET_PATH: sendico/db
|
||||
BFF_API_SECRET_PATH: sendico/api/endpoint
|
||||
BFF_ENV: prod
|
||||
|
||||
when:
|
||||
- event: push
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: billing_fees
|
||||
|
||||
environment:
|
||||
FEES_IMAGE_PATH: billing/fees
|
||||
FEES_DOCKERFILE: ci/prod/compose/billing_fees.dockerfile
|
||||
FEES_MONGO_SECRET_PATH: sendico/db
|
||||
FEES_ENV: prod
|
||||
matrix:
|
||||
include:
|
||||
- FEES_IMAGE_PATH: billing/fees
|
||||
FEES_DOCKERFILE: ci/prod/compose/billing_fees.dockerfile
|
||||
FEES_MONGO_SECRET_PATH: sendico/db
|
||||
FEES_ENV: prod
|
||||
|
||||
when:
|
||||
- event: push
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: bump_version
|
||||
depends_on:
|
||||
- bff
|
||||
- billing_fees
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: chain_gateway
|
||||
|
||||
environment:
|
||||
CHAIN_GATEWAY_IMAGE_PATH: chain/gateway
|
||||
CHAIN_GATEWAY_DOCKERFILE: ci/prod/compose/chain_gateway.dockerfile
|
||||
CHAIN_GATEWAY_MONGO_SECRET_PATH: sendico/db
|
||||
CHAIN_GATEWAY_RPC_SECRET_PATH: sendico/chain/gateway
|
||||
CHAIN_GATEWAY_WALLET_SECRET_PATH: sendico/chain/gateway/wallet
|
||||
CHAIN_GATEWAY_VAULT_SECRET_PATH: sendico/chain/gateway/vault
|
||||
CHAIN_GATEWAY_ENV: prod
|
||||
matrix:
|
||||
include:
|
||||
- CHAIN_GATEWAY_IMAGE_PATH: chain/gateway
|
||||
CHAIN_GATEWAY_DOCKERFILE: ci/prod/compose/chain_gateway.dockerfile
|
||||
CHAIN_GATEWAY_MONGO_SECRET_PATH: sendico/db
|
||||
CHAIN_GATEWAY_RPC_SECRET_PATH: sendico/chain/gateway
|
||||
CHAIN_GATEWAY_WALLET_SECRET_PATH: sendico/chain/gateway/wallet
|
||||
CHAIN_GATEWAY_VAULT_SECRET_PATH: sendico/chain/gateway/vault
|
||||
CHAIN_GATEWAY_ENV: prod
|
||||
|
||||
when:
|
||||
- event: push
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: db
|
||||
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: fx_ingestor
|
||||
|
||||
environment:
|
||||
FX_PIPELINE: fx_ingestor
|
||||
FX_IMAGE_PATH: fx/ingestor
|
||||
FX_DOCKERFILE: ci/prod/compose/fx_ingestor.dockerfile
|
||||
FX_DEPLOY_TARGET: ingestor
|
||||
FX_MONGO_SECRET_PATH: sendico/db
|
||||
FX_NEEDS_NATS: "false"
|
||||
FX_ENV: prod
|
||||
matrix:
|
||||
include:
|
||||
- FX_PIPELINE: fx_ingestor
|
||||
FX_IMAGE_PATH: fx/ingestor
|
||||
FX_DOCKERFILE: ci/prod/compose/fx_ingestor.dockerfile
|
||||
FX_DEPLOY_TARGET: ingestor
|
||||
FX_MONGO_SECRET_PATH: sendico/db
|
||||
FX_NEEDS_NATS: "false"
|
||||
FX_ENV: prod
|
||||
|
||||
when:
|
||||
- event: push
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: fx_oracle
|
||||
|
||||
environment:
|
||||
FX_PIPELINE: fx_oracle
|
||||
FX_IMAGE_PATH: fx/oracle
|
||||
FX_DOCKERFILE: ci/prod/compose/fx_oracle.dockerfile
|
||||
FX_DEPLOY_TARGET: oracle
|
||||
FX_MONGO_SECRET_PATH: sendico/db
|
||||
FX_NEEDS_NATS: "true"
|
||||
FX_ENV: prod
|
||||
matrix:
|
||||
include:
|
||||
- FX_PIPELINE: fx_oracle
|
||||
FX_IMAGE_PATH: fx/oracle
|
||||
FX_DOCKERFILE: ci/prod/compose/fx_oracle.dockerfile
|
||||
FX_DEPLOY_TARGET: oracle
|
||||
FX_MONGO_SECRET_PATH: sendico/db
|
||||
FX_NEEDS_NATS: "true"
|
||||
FX_ENV: prod
|
||||
|
||||
when:
|
||||
- event: push
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: ledger
|
||||
|
||||
environment:
|
||||
LEDGER_IMAGE_PATH: ledger/service
|
||||
LEDGER_DOCKERFILE: ci/prod/compose/ledger.dockerfile
|
||||
LEDGER_MONGO_SECRET_PATH: sendico/db
|
||||
LEDGER_ENV: prod
|
||||
matrix:
|
||||
include:
|
||||
- LEDGER_IMAGE_PATH: ledger/service
|
||||
LEDGER_DOCKERFILE: ci/prod/compose/ledger.dockerfile
|
||||
LEDGER_MONGO_SECRET_PATH: sendico/db
|
||||
LEDGER_ENV: prod
|
||||
|
||||
when:
|
||||
- event: push
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: nats
|
||||
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: notification
|
||||
|
||||
environment:
|
||||
NOTIFICATION_IMAGE_PATH: notification/service
|
||||
NOTIFICATION_DOCKERFILE: ci/prod/compose/notification.dockerfile
|
||||
NOTIFICATION_MONGO_SECRET_PATH: sendico/db
|
||||
NOTIFICATION_MAIL_SECRET_PATH: sendico/notification/mail
|
||||
NOTIFICATION_API_SECRET_PATH: sendico/api/endpoint
|
||||
NOTIFICATION_ENV: prod
|
||||
matrix:
|
||||
include:
|
||||
- NOTIFICATION_IMAGE_PATH: notification/service
|
||||
NOTIFICATION_DOCKERFILE: ci/prod/compose/notification.dockerfile
|
||||
NOTIFICATION_MONGO_SECRET_PATH: sendico/db
|
||||
NOTIFICATION_MAIL_SECRET_PATH: sendico/notification/mail
|
||||
NOTIFICATION_API_SECRET_PATH: sendico/api/endpoint
|
||||
NOTIFICATION_ENV: prod
|
||||
|
||||
when:
|
||||
- event: push
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: payments_orchestrator
|
||||
|
||||
environment:
|
||||
PAYMENTS_IMAGE_PATH: payments/orchestrator
|
||||
PAYMENTS_DOCKERFILE: ci/prod/compose/payments_orchestrator.dockerfile
|
||||
PAYMENTS_MONGO_SECRET_PATH: sendico/db
|
||||
PAYMENTS_ENV: prod
|
||||
matrix:
|
||||
include:
|
||||
- PAYMENTS_IMAGE_PATH: payments/orchestrator
|
||||
PAYMENTS_DOCKERFILE: ci/prod/compose/payments_orchestrator.dockerfile
|
||||
PAYMENTS_MONGO_SECRET_PATH: sendico/db
|
||||
PAYMENTS_ENV: prod
|
||||
|
||||
when:
|
||||
- event: push
|
||||
|
||||
Reference in New Issue
Block a user