Skip to content

Commit

Permalink
cert mang
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jul 15, 2024
1 parent 951ccfc commit 5d9ce80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -688,10 +688,7 @@ jobs:

- name: Deploy ALB stack
if: ${{ inputs.deployALB == 'true' }}
run: |
source IMAGE_BUILDER.txt
./.github/assets/shell/createUpdateCFStack.sh ${{ matrix.aws-region }} alb \
run: ./.github/assets/shell/createUpdateCFStack.sh ${{ matrix.aws-region }} alb \
--template-body file://./CloudFormation/alb.yaml \
--parameters \
ParameterKey=AccountId,ParameterValue="${{ needs.CONSTANTS.outputs.deploymentAccountId }}" \
Expand Down

0 comments on commit 5d9ce80

Please sign in to comment.