Skip to content

Merge pull request #117 from AstraProtocol/hoanguyenkh-patch-1 #8

Merge pull request #117 from AstraProtocol/hoanguyenkh-patch-1

Merge pull request #117 from AstraProtocol/hoanguyenkh-patch-1 #8

Workflow file for this run

name: Production deployment
on:
push:
branches: ['main']
jobs:
build-chainindexing:
uses: AstraProtocol/github-actions-workflows/.github/workflows/stella-deployment.yml@main

Check failure on line 8 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "AstraProtocol/github-actions-workflows/.github/workflows/stella-deployment.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
ingressEnabled: "yes"
ingressHost: "chainindexing.prod.astranet.services"
replicas: "2"
servicePort: "8080"
secrets: inherit
build-chainindexing-worker:
uses: AstraProtocol/github-actions-workflows/.github/workflows/stella-deployment.yml@main
with:
workloadName: astra-indexing-worker-prod
ingressEnabled: "yes"
ingressHost: "chainindexing-worker.prod.astranet.services"
replicas: "1"
servicePort: "8080"
kafkaCert: "true"
kafkaEnv: "prod"
secrets: inherit