Skip to content

Commit 17b6602

Browse files
committed
fixup
1 parent aa1c869 commit 17b6602

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,26 @@ jobs:
2626

2727
- name: Update Terraform State and Providers
2828
uses: gruntwork-io/terragrunt-action@v3
29+
env:
30+
TF_LOG: DEBUG
31+
INPUT_PRE_EXEC_1: |
32+
echo "Current directory: $(pwd)"
33+
ls -la
34+
git status
2935
with:
30-
tg_dir: terragrunt/live/website
36+
tg_dir: ./terragrunt/live/website
3137
tg_command: init --upgrade
3238

3339
- name: Terragrunt Plan
3440
uses: gruntwork-io/terragrunt-action@v3
3541
with:
36-
tg_dir: terragrunt/live/website
42+
tg_dir: ./terragrunt/live/website
3743
tg_command: plan
3844

3945
- name: Terragrunt Apply
4046
uses: gruntwork-io/terragrunt-action@v3
4147
with:
42-
tg_dir: terragrunt/live/website
48+
tg_dir: ./terragrunt/live/website
4349
tg_command: apply -auto-approve
4450

4551
- name: Terragrunt Output

0 commit comments

Comments
 (0)