Skip to content

Commit

Permalink
Use deploy-lambda-action from materials-data-facility
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Nov 6, 2023
1 parent 86d04bd commit f21b75e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI
on:
push:
branches:
- "serverless"
- "updatelambdas"
workflow_dispatch:

permissions:
Expand All @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: serverless
ref: updatelambdas


# Check out the schema repo to package up the JSON schema with lambda function
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: serverless
ref: updatelambdas

# Check out the schema repo to package up the JSON schemae with function
- name: Checkout schema repo
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
build-args: LAMBDA_SCRIPT=${{ matrix.lambda }}

- name: Update lambda functions w/ the new containers
uses: ericblau/deploy-lambda-action@v0
uses: materials-data-facility/deploy-lambda-action@v0
with:
function-name: MDF-Connect-${{ matrix.lambda }}-test
image-uri: ${{ steps.login-ecr.outputs.registry }}/mdf-lambdas/${{ matrix.lambda }}:test

0 comments on commit f21b75e

Please sign in to comment.