+ 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,9 +1,6 @@
|
|||||||
kind: pipeline
|
matrix:
|
||||||
type: docker
|
include:
|
||||||
name: bff
|
- BFF_IMAGE_PATH: bff/service
|
||||||
|
|
||||||
environment:
|
|
||||||
BFF_IMAGE_PATH: bff/service
|
|
||||||
BFF_DOCKERFILE: ci/prod/compose/bff.dockerfile
|
BFF_DOCKERFILE: ci/prod/compose/bff.dockerfile
|
||||||
BFF_MONGO_SECRET_PATH: sendico/db
|
BFF_MONGO_SECRET_PATH: sendico/db
|
||||||
BFF_API_SECRET_PATH: sendico/api/endpoint
|
BFF_API_SECRET_PATH: sendico/api/endpoint
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
kind: pipeline
|
matrix:
|
||||||
type: docker
|
include:
|
||||||
name: billing_fees
|
- FEES_IMAGE_PATH: billing/fees
|
||||||
|
|
||||||
environment:
|
|
||||||
FEES_IMAGE_PATH: billing/fees
|
|
||||||
FEES_DOCKERFILE: ci/prod/compose/billing_fees.dockerfile
|
FEES_DOCKERFILE: ci/prod/compose/billing_fees.dockerfile
|
||||||
FEES_MONGO_SECRET_PATH: sendico/db
|
FEES_MONGO_SECRET_PATH: sendico/db
|
||||||
FEES_ENV: prod
|
FEES_ENV: prod
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: bump_version
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- bff
|
- bff
|
||||||
- billing_fees
|
- billing_fees
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
kind: pipeline
|
matrix:
|
||||||
type: docker
|
include:
|
||||||
name: chain_gateway
|
- CHAIN_GATEWAY_IMAGE_PATH: chain/gateway
|
||||||
|
|
||||||
environment:
|
|
||||||
CHAIN_GATEWAY_IMAGE_PATH: chain/gateway
|
|
||||||
CHAIN_GATEWAY_DOCKERFILE: ci/prod/compose/chain_gateway.dockerfile
|
CHAIN_GATEWAY_DOCKERFILE: ci/prod/compose/chain_gateway.dockerfile
|
||||||
CHAIN_GATEWAY_MONGO_SECRET_PATH: sendico/db
|
CHAIN_GATEWAY_MONGO_SECRET_PATH: sendico/db
|
||||||
CHAIN_GATEWAY_RPC_SECRET_PATH: sendico/chain/gateway
|
CHAIN_GATEWAY_RPC_SECRET_PATH: sendico/chain/gateway
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: db
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
kind: pipeline
|
matrix:
|
||||||
type: docker
|
include:
|
||||||
name: fx_ingestor
|
- FX_PIPELINE: fx_ingestor
|
||||||
|
|
||||||
environment:
|
|
||||||
FX_PIPELINE: fx_ingestor
|
|
||||||
FX_IMAGE_PATH: fx/ingestor
|
FX_IMAGE_PATH: fx/ingestor
|
||||||
FX_DOCKERFILE: ci/prod/compose/fx_ingestor.dockerfile
|
FX_DOCKERFILE: ci/prod/compose/fx_ingestor.dockerfile
|
||||||
FX_DEPLOY_TARGET: ingestor
|
FX_DEPLOY_TARGET: ingestor
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
kind: pipeline
|
matrix:
|
||||||
type: docker
|
include:
|
||||||
name: fx_oracle
|
- FX_PIPELINE: fx_oracle
|
||||||
|
|
||||||
environment:
|
|
||||||
FX_PIPELINE: fx_oracle
|
|
||||||
FX_IMAGE_PATH: fx/oracle
|
FX_IMAGE_PATH: fx/oracle
|
||||||
FX_DOCKERFILE: ci/prod/compose/fx_oracle.dockerfile
|
FX_DOCKERFILE: ci/prod/compose/fx_oracle.dockerfile
|
||||||
FX_DEPLOY_TARGET: oracle
|
FX_DEPLOY_TARGET: oracle
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
kind: pipeline
|
matrix:
|
||||||
type: docker
|
include:
|
||||||
name: ledger
|
- LEDGER_IMAGE_PATH: ledger/service
|
||||||
|
|
||||||
environment:
|
|
||||||
LEDGER_IMAGE_PATH: ledger/service
|
|
||||||
LEDGER_DOCKERFILE: ci/prod/compose/ledger.dockerfile
|
LEDGER_DOCKERFILE: ci/prod/compose/ledger.dockerfile
|
||||||
LEDGER_MONGO_SECRET_PATH: sendico/db
|
LEDGER_MONGO_SECRET_PATH: sendico/db
|
||||||
LEDGER_ENV: prod
|
LEDGER_ENV: prod
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: nats
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
kind: pipeline
|
matrix:
|
||||||
type: docker
|
include:
|
||||||
name: notification
|
- NOTIFICATION_IMAGE_PATH: notification/service
|
||||||
|
|
||||||
environment:
|
|
||||||
NOTIFICATION_IMAGE_PATH: notification/service
|
|
||||||
NOTIFICATION_DOCKERFILE: ci/prod/compose/notification.dockerfile
|
NOTIFICATION_DOCKERFILE: ci/prod/compose/notification.dockerfile
|
||||||
NOTIFICATION_MONGO_SECRET_PATH: sendico/db
|
NOTIFICATION_MONGO_SECRET_PATH: sendico/db
|
||||||
NOTIFICATION_MAIL_SECRET_PATH: sendico/notification/mail
|
NOTIFICATION_MAIL_SECRET_PATH: sendico/notification/mail
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
kind: pipeline
|
matrix:
|
||||||
type: docker
|
include:
|
||||||
name: payments_orchestrator
|
- PAYMENTS_IMAGE_PATH: payments/orchestrator
|
||||||
|
|
||||||
environment:
|
|
||||||
PAYMENTS_IMAGE_PATH: payments/orchestrator
|
|
||||||
PAYMENTS_DOCKERFILE: ci/prod/compose/payments_orchestrator.dockerfile
|
PAYMENTS_DOCKERFILE: ci/prod/compose/payments_orchestrator.dockerfile
|
||||||
PAYMENTS_MONGO_SECRET_PATH: sendico/db
|
PAYMENTS_MONGO_SECRET_PATH: sendico/db
|
||||||
PAYMENTS_ENV: prod
|
PAYMENTS_ENV: prod
|
||||||
|
|||||||
Reference in New Issue
Block a user