From 89b85cad1ed3305ab0af91aa0310aa7a81c10577 Mon Sep 17 00:00:00 2001 From: Taehoon Kim <95288696+goathoon@users.noreply.github.com> Date: Fri, 10 May 2024 16:39:47 +0900 Subject: [PATCH] fix(cd): edit cd-prod adding updagrade (#1680) * feat(cd): edit iris dockerfile to run sh to get containerId feat(infra): add containerId parameter on metric code * fix(cd): add terraform init upgrade * fix(chore): pnpm-lock resolve conflict * fix(chore): pnpm-lock conflict resolve again --- .github/workflows/cd-prod.yml | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-prod.yml b/.github/workflows/cd-prod.yml index 86b0cff8ef..06084ce560 100644 --- a/.github/workflows/cd-prod.yml +++ b/.github/workflows/cd-prod.yml @@ -122,7 +122,7 @@ jobs: - name: Terraform Init working-directory: ./apps/infra/deploy - run: terraform init + run: terraform init -upgrade # TODO: plan in the other job, and reuse the plan file - name: Terraform Plan diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c5eb36884..0fa60908d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20666,4 +20666,4 @@ snapshots: use-sync-external-store: 1.2.0(react@18.3.1) optionalDependencies: '@types/react': 18.3.1 - react: 18.3.1 + react: 18.3.1 \ No newline at end of file