From 5c6995bc470112640cf1ebb8a746df3d1686273c Mon Sep 17 00:00:00 2001 From: Kevin Bost Date: Sat, 30 May 2026 13:53:16 -0700 Subject: [PATCH] Fix Aspire SDK and Terraform lock handling Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/build-and-deploy.yml | 2 +- .github/workflows/deploy-infrastructure.yml | 4 ++-- SimplyBudgetWeb.AppHost/SimplyBudgetWeb.AppHost.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f36de8f..35f384f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -187,7 +187,7 @@ jobs: - name: Terraform Init working-directory: Infra - run: terraform init + run: terraform init -lock-timeout=5m env: ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }} ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }} diff --git a/.github/workflows/deploy-infrastructure.yml b/.github/workflows/deploy-infrastructure.yml index fa0001b..b59cb8a 100644 --- a/.github/workflows/deploy-infrastructure.yml +++ b/.github/workflows/deploy-infrastructure.yml @@ -38,7 +38,7 @@ jobs: - name: Terraform Init working-directory: Infra - run: terraform init + run: terraform init -lock-timeout=5m env: ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID_INFRA }} ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID_INFRA }} @@ -92,7 +92,7 @@ jobs: - name: Terraform Init working-directory: Infra - run: terraform init + run: terraform init -lock-timeout=5m env: ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID_INFRA }} ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID_INFRA }} diff --git a/SimplyBudgetWeb.AppHost/SimplyBudgetWeb.AppHost.csproj b/SimplyBudgetWeb.AppHost/SimplyBudgetWeb.AppHost.csproj index c7c4f9f..466d81b 100644 --- a/SimplyBudgetWeb.AppHost/SimplyBudgetWeb.AppHost.csproj +++ b/SimplyBudgetWeb.AppHost/SimplyBudgetWeb.AppHost.csproj @@ -1,4 +1,4 @@ - + Exe