File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1212 apigee_environment : int
1313 environment : preprod
1414 sub_environment : int-green
15+ deploy-blue :
16+ uses : ./.github/workflows/deploy-template.yml
17+ with :
18+ apigee_environment : int
19+ environment : preprod
20+ sub_environment : int-blue
Original file line number Diff line number Diff line change 7979 run : make apply apigee_environment=${{ inputs.apigee_environment }} environment=${{ inputs.environment }} sub_environment=${{ inputs.sub_environment }}
8080 # TODO - use a saved plan from the plan step
8181 e2e-tests :
82- if : ${{ vars.RUN_E2E == 'true' && inputs.environment == vars.ACTIVE_ENVIRONMENT }}
82+ if : ${{ vars.RUN_E2E == 'true' && inputs.sub_environment == vars.ACTIVE_ENVIRONMENT }}
8383 needs : terraform-apply
8484 runs-on : ubuntu-latest
8585 permissions :
You can’t perform that action at this time.
0 commit comments