File tree Expand file tree Collapse file tree
infrastructure/tf-core/environments Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ jobs:
153153 needs : [acceptance-stage]
154154 permissions :
155155 id-token : write
156+ contents : read
156157 uses : ./.github/workflows/stage-4-deploy.yaml
157158 with :
158159 environments : " [\" sandbox\" ]"
Original file line number Diff line number Diff line change 6565 SOURCE_CODE_PATH : ${{ inputs.function_app_source_code_path }}
6666 MANUAL_BUILD_ALL : ${{ inputs.build_all_images || false }}
6767 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
68- run : bash scripts/deployments /get-docker-names.sh
68+ run : bash scripts/deployment /get-docker-names.sh
6969
7070 build-and-push :
7171 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ app_service_plan = {
124124 time_aggregation = " Average"
125125
126126 inc_operator = " GreaterThanOrEqual"
127- inc_threshold = 50
127+ inc_threshold = 55
128128 inc_scale_direction = " Increase"
129129 inc_scale_type = " ExactCount"
130130 inc_scale_value = 2
You can’t perform that action at this time.
0 commit comments