File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 ssh-private-key : ${{ secrets.INFRA_TERRAFORM_MODULES_SSH_PRIV_KEY }}
3131
32- # - name: Unlock STAGE secrets
33- # uses: sliteteam/[email protected] 34- # env:
35- # GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY_DEFAULT }}
36-
37- # - name: Inject Secrets
38- # env:
39- # AUTHORITY: ${{ secrets.AUTHORITY }}
40- # API_URL: ${{ secrets.STAGE_API_URL}}
41- # SCOPES: ${{ secrets.SCOPES }}
42- # CLIENT_ID: ${{ secrets.STAGE_CLIENT_ID }}
43- # CLIENT_URL: ${{ secrets.STAGE_CLIENT_URL }}
44- # STACK_EXCHANGE_ID: ${{ secrets.STAGE_STACK_EXCHANGE_ID }}
45- # STACK_EXCHANGE_ACCESS_TOKEN: ${{ secrets.STAGE_STACK_EXCHANGE_ACCESS_TOKEN }}
46- # AZURE_APP_CONFIGURATION_CONNECTION_STRING: ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}
47- # run: |
48- # chmod +x ./scripts/populate-keys.sh
49- # sh ./scripts/populate-keys.sh
50-
5132 - name : build docker
5233 run : make build
5334
8566
8667 - name : Terraform Plan Prod
8768 id : plan-prod
88- run : terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
69+ # run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
70+ run : echo "Disabled for now up to restructure infra tiers"
8971 continue-on-error : true
9072 working-directory : ./${{ env.WORKING_DIR }}
9173 env :
You can’t perform that action at this time.
0 commit comments