Skip to content

Commit

Permalink
chore: add dev deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnt1811 committed Oct 19, 2023
1 parent 32677ed commit f63db3a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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"
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

0 comments on commit f63db3a

Please sign in to comment.