Skip to content

Prod release (#296) #10

Prod release (#296)

Prod release (#296) #10

name: Deploy Prod Lambdas
on:
push:
branches: [stable]
paths:
- "indexer-js-queue-handler/**"
jobs:
test:
uses: ./.github/workflows/test-lambdas.yml
with:
working-directory: ./indexer-js-queue-handler
deploy:
uses: ./.github/workflows/deploy-lambdas.yml
needs: test
secrets: inherit
with:
working-directory: ./indexer-js-queue-handler
environment: LAMBDA_PROD