mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
check out
This commit is contained in:
parent
f4ba96fba8
commit
52012c0f24
1 changed files with 3 additions and 3 deletions
6
.github/workflows/lambda_main.yml
vendored
6
.github/workflows/lambda_main.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Deploy shared Lambda Config Terraform
|
||||
uses: ./.github/actions/terraform-deploy
|
||||
uses: ./.github/workflows/actions/terraform-deploy
|
||||
with:
|
||||
working_directory: deployment/lambda_shared
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Build and deploy Lambda example
|
||||
uses: ./.github/actions/lambda-deploy
|
||||
uses: ./.github/workflows/actions/lambda-deploy
|
||||
with:
|
||||
lambda_name: lambda_example
|
||||
dockerfile_path: deployment/lambda/lambda_example/docker/Dockerfile
|
||||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Build and deploy Extractor & Loader Lambda
|
||||
uses: ./.github/actions/lambda-deploy
|
||||
uses: ./.github/workflows/actions/lambda-deploy
|
||||
with:
|
||||
lambda_name: extractor_and_loader
|
||||
dockerfile_path: deployment/lambda/extractor_and_loader/docker/Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue