mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +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
|
||||
type: string
|
||||
|
||||
# environment_vars:
|
||||
# required: false
|
||||
# type: string
|
||||
|
||||
secrets:
|
||||
AWS_ACCESS_KEY_ID:
|
||||
required: true
|
||||
|
|
@ -86,7 +82,7 @@ jobs:
|
|||
terraform plan \
|
||||
-var="stage=${{ inputs.stage }}" \
|
||||
-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 }}" \
|
||||
-out=lambdaplan
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue