Skip to content

chore: add enable cache config #7

chore: add enable cache config

chore: add enable cache config #7

Workflow file for this run

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