mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
check out
This commit is contained in:
parent
7ad48ab82d
commit
f4ba96fba8
1 changed files with 6 additions and 0 deletions
6
.github/workflows/lambda_main.yml
vendored
6
.github/workflows/lambda_main.yml
vendored
|
|
@ -11,6 +11,8 @@ jobs:
|
|||
shared-lambda-terraform:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Deploy shared Lambda Config Terraform
|
||||
uses: ./.github/actions/terraform-deploy
|
||||
with:
|
||||
|
|
@ -24,6 +26,8 @@ jobs:
|
|||
contents: read
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Build and deploy Lambda example
|
||||
uses: ./.github/actions/lambda-deploy
|
||||
with:
|
||||
|
|
@ -39,6 +43,8 @@ jobs:
|
|||
contents: read
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Build and deploy Extractor & Loader Lambda
|
||||
uses: ./.github/actions/lambda-deploy
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue