File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 56
56
./append_secret.py STACK_EXCHANGE_ACCESS_TOKEN "${{ secrets.STACK_EXCHANGE_ACCESS_TOKEN }}"
57
57
./append_secret.py AZURE_APP_CONFIGURATION_CONNECTION_STRING "${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}"
58
58
59
-
60
59
- name : Running tests
61
60
run : |
62
61
chmod -R 777 ./$home
90
89
TF_WORKSPACE : stage
91
90
92
91
- name : Terraform Plan Prod
93
- id : plan-stage
92
+ id : plan-prod
94
93
# run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
95
94
run : echo "Disabled until restructuring infrastructure tiers"
96
95
continue-on-error : true
@@ -121,7 +120,6 @@ jobs:
121
120
body: output
122
121
})
123
122
124
-
125
123
- name : Update Pull Request with Prod Plan
126
124
127
125
if : github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments