Skip to content

Merge pull request #52 from GNS-Science/deploy-test #58

Merge pull request #52 from GNS-Science/deploy-test

Merge pull request #52 from GNS-Science/deploy-test #58

name: deploy-aws-lambda
on:
push:
branches:
- deploy-test
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-test-workflow:
uses: ./.github/workflows/dev.yml
secrets: inherit
call-deploy-workflow:
needs: call-test-workflow
uses: GNS-Science/nshm-github-actions/.github/workflows/deploy-to-aws.yml@main
with:
python-version: '3.12'
node-version: '22'
node-pkg-manager: 'yarn2'
smoketest-query: 'query QueryRoot{about}'
secrets: inherit