Skip to content

Commit aa1c869

Browse files
committed
fix
1 parent 9b08f83 commit aa1c869

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ jobs:
2727
- name: Update Terraform State and Providers
2828
uses: gruntwork-io/terragrunt-action@v3
2929
with:
30-
tg_dir: ${{ github.workspace }}/terragrunt/live/website
30+
tg_dir: terragrunt/live/website
3131
tg_command: init --upgrade
3232

3333
- name: Terragrunt Plan
3434
uses: gruntwork-io/terragrunt-action@v3
3535
with:
36-
tg_dir: ${{ github.workspace }}/terragrunt/live/website
36+
tg_dir: terragrunt/live/website
3737
tg_command: plan
3838

3939
- name: Terragrunt Apply
4040
uses: gruntwork-io/terragrunt-action@v3
4141
with:
42-
tg_dir: ${{ github.workspace }}/terragrunt/live/website
42+
tg_dir: terragrunt/live/website
4343
tg_command: apply -auto-approve
4444

4545
- name: Terragrunt Output

0 commit comments

Comments
 (0)