We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1345a30 commit 4f9c805Copy full SHA for 4f9c805
.github/workflows/deploy-backend.yml
@@ -83,7 +83,7 @@ jobs:
83
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
84
with:
85
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-tfplan
86
- path: terraform/tfplan
+ path: infrastructure/instance/tfplan
87
88
terraform-apply:
89
needs: terraform-plan
@@ -108,7 +108,7 @@ jobs:
108
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
109
110
111
- path: terraform
+ path: infrastructure/instance
112
113
- name: Terraform Init
114
working-directory: infrastructure/instance
0 commit comments