mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
added to plan and destory
This commit is contained in:
parent
8a9f51f9e6
commit
9b88eb3a94
1 changed files with 2 additions and 0 deletions
2
.github/workflows/_deploy_lambda.yml
vendored
2
.github/workflows/_deploy_lambda.yml
vendored
|
|
@ -148,6 +148,7 @@ jobs:
|
||||||
TF_VAR_social_housing_wave_3_sharepoint_id: ${{ secrets.TF_VAR_social_housing_wave_3_sharepoint_id }}
|
TF_VAR_social_housing_wave_3_sharepoint_id: ${{ secrets.TF_VAR_social_housing_wave_3_sharepoint_id }}
|
||||||
TF_VAR_pashub_email: ${{ secrets.TF_VAR_pashub_email }}
|
TF_VAR_pashub_email: ${{ secrets.TF_VAR_pashub_email }}
|
||||||
TF_VAR_pashub_password: ${{ secrets.TF_VAR_pashub_password }}
|
TF_VAR_pashub_password: ${{ secrets.TF_VAR_pashub_password }}
|
||||||
|
TF_VAR_hubspot_api_key: ${{ secrets.TF_VAR_hubspot_api_key }}
|
||||||
run: |
|
run: |
|
||||||
ECR_REPO_URL_VAR=""
|
ECR_REPO_URL_VAR=""
|
||||||
if [[ -n "${{ inputs.ecr_repo }}" ]]; then
|
if [[ -n "${{ inputs.ecr_repo }}" ]]; then
|
||||||
|
|
@ -193,6 +194,7 @@ jobs:
|
||||||
TF_VAR_social_housing_wave_3_sharepoint_id: ${{ secrets.TF_VAR_social_housing_wave_3_sharepoint_id }}
|
TF_VAR_social_housing_wave_3_sharepoint_id: ${{ secrets.TF_VAR_social_housing_wave_3_sharepoint_id }}
|
||||||
TF_VAR_pashub_email: ${{ secrets.TF_VAR_pashub_email }}
|
TF_VAR_pashub_email: ${{ secrets.TF_VAR_pashub_email }}
|
||||||
TF_VAR_pashub_password: ${{ secrets.TF_VAR_pashub_password }}
|
TF_VAR_pashub_password: ${{ secrets.TF_VAR_pashub_password }}
|
||||||
|
TF_VAR_hubspot_api_key: ${{ secrets.TF_VAR_hubspot_api_key }}
|
||||||
run: |
|
run: |
|
||||||
EXTRA_VARS=""
|
EXTRA_VARS=""
|
||||||
if [[ -n "${{ inputs.ecr_repo }}" ]]; then
|
if [[ -n "${{ inputs.ecr_repo }}" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue