Skip to content

chore: change error log #61

chore: change error log

chore: change error log #61

Workflow file for this run

name: Development deployment
on:
push:
branches: ['dev']
jobs:
build-chainindexing:
uses: AstraProtocol/github-actions-workflows/.github/workflows/stella-deployment.yml@main
with:
ingressEnabled: "yes"
ingressHost: "chainindexing.dev.astranet.services"
replicas: "1"
servicePort: "8080"
secrets: inherit
build-chainindexing-worker:
uses: AstraProtocol/github-actions-workflows/.github/workflows/stella-deployment.yml@main
with:
workloadName: astra-indexing-worker-dev
replicas: "1"
kafkaCert: "true"
kafkaEnv: "dev"
secrets: inherit