Skip to content

Commit a331fe9

Browse files
committed
fix: archive lock files on failure step
1 parent f9e94f5 commit a331fe9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,7 @@ jobs:
110110
with:
111111
name: terraform-lock-files
112112
path: |
113-
**/.terraform.lock.hcl
113+
terraform/website/.terraform.lock.hcl
114+
terragrunt/live/website/.terraform.lock.hcl
115+
terragrunt/dev/website/.terraform.lock.hcl
114116
if-no-files-found: ignore

0 commit comments

Comments
 (0)