Skip to content

deploy-aws-lambda

deploy-aws-lambda #43

Workflow file for this run

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@feature/16-deploy-to-aws
with:
python-version: '3.10'
secrets: inherit