Skip to content

refactor: add config certs path from env #52

refactor: add config certs path from env

refactor: add config certs path from env #52

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"
secrets: inherit