Skip to content

[DPLT-1044] Write latest near.org post block height to Grafana (#112) #11

[DPLT-1044] Write latest near.org post block height to Grafana (#112)

[DPLT-1044] Write latest near.org post block height to Grafana (#112) #11

name: Deploy Dev Lambdas
on:
push:
branches: [main]
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_DEV