Skip to content

Commit 811318b

Browse files
[ndr-297] added apply stage to workflow
1 parent af48d66 commit 811318b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-sandbox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ jobs:
8383
working-directory: ./pre_core
8484
shell: bash
8585

86-
# - name: Run Terraform Apply
87-
# run: terraform apply -auto-approve -input=false tf-pre_core.plan
88-
# working-directory: ./pre_core
86+
- name: Run Terraform Apply
87+
run: terraform apply -auto-approve -input=false tf-pre_core.plan
88+
working-directory: ./pre_core
8989

9090
############################################
9191

0 commit comments

Comments
 (0)