Skip to content

Commit

Permalink
fix(cd): edit cd-prod adding updagrade (#1680)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
goathoon authored May 10, 2024
1 parent 9cb4046 commit 89b85ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89b85ca

Please sign in to comment.