Skip to content

Commit 4f9c805

Browse files
committed
tfplan
1 parent 1345a30 commit 4f9c805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
8484
with:
8585
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-tfplan
86-
path: terraform/tfplan
86+
path: infrastructure/instance/tfplan
8787

8888
terraform-apply:
8989
needs: terraform-plan
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
109109
with:
110110
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-tfplan
111-
path: terraform
111+
path: infrastructure/instance
112112

113113
- name: Terraform Init
114114
working-directory: infrastructure/instance

0 commit comments

Comments
 (0)