mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
directory
This commit is contained in:
parent
52012c0f24
commit
7811f85a17
1 changed files with 5 additions and 5 deletions
10
.github/workflows/lambda_main.yml
vendored
10
.github/workflows/lambda_main.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Deploy shared Lambda Config Terraform
|
||||
uses: ./.github/workflows/actions/terraform-deploy
|
||||
with:
|
||||
working_directory: deployment/lambda_shared
|
||||
working_directory: ./deployment/lambda_shared
|
||||
|
||||
lambda-ecr-example:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -32,8 +32,8 @@ jobs:
|
|||
uses: ./.github/workflows/actions/lambda-deploy
|
||||
with:
|
||||
lambda_name: lambda_example
|
||||
dockerfile_path: deployment/lambda/lambda_example/docker/Dockerfile
|
||||
ecr_tf_dir: deployment/lambda/lambda_example/docker/
|
||||
dockerfile_path: ./deployment/lambda/lambda_example/docker/Dockerfile
|
||||
ecr_tf_dir: ./deployment/lambda/lambda_example/docker/
|
||||
|
||||
extractor-and-loader:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -49,5 +49,5 @@ jobs:
|
|||
uses: ./.github/workflows/actions/lambda-deploy
|
||||
with:
|
||||
lambda_name: extractor_and_loader
|
||||
dockerfile_path: deployment/lambda/extractor_and_loader/docker/Dockerfile
|
||||
ecr_tf_dir: deployment/lambda/extractor_and_loader/docker/
|
||||
dockerfile_path: ./deployment/lambda/extractor_and_loader/docker/Dockerfile
|
||||
ecr_tf_dir: ./deployment/lambda/extractor_and_loader/docker/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue