mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
revert changes to _deploy_lambda
This commit is contained in:
parent
bae1735e23
commit
daaa3c560f
1 changed files with 1 additions and 5 deletions
6
.github/workflows/_deploy_lambda.yml
vendored
6
.github/workflows/_deploy_lambda.yml
vendored
|
|
@ -23,10 +23,6 @@ on:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
# environment_vars:
|
|
||||||
# required: false
|
|
||||||
# type: string
|
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -86,7 +82,7 @@ jobs:
|
||||||
terraform plan \
|
terraform plan \
|
||||||
-var="stage=${{ inputs.stage }}" \
|
-var="stage=${{ inputs.stage }}" \
|
||||||
-var="lambda_name=${{ inputs.lambda_name }}" \
|
-var="lambda_name=${{ inputs.lambda_name }}" \
|
||||||
-var="ecr_repo_url=${{ inputs.ecr_repo }}" \
|
-var="ecr_repo_url=${{ steps.repo.outputs.ecr_repo_url }}" \
|
||||||
-var="image_digest=${{ inputs.image_digest }}" \
|
-var="image_digest=${{ inputs.image_digest }}" \
|
||||||
-out=lambdaplan
|
-out=lambdaplan
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue