Skip to content

Commit

Permalink
fix(ci): update deployv4 lambda to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Feb 3, 2025
1 parent 8c6b27d commit 45be5a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ jobs:
shell: bash
run: |
echo Push Lambda functions to S3 DevOps
echo aws s3 cp ~/lambda.zip s3://s3-vbr-lam-sr-sqsbackofficefunction-362233117987/$SEMVER/lambda.zip
aws s3 cp ~/lambda.zip s3://s3-vbr-lam-sr-sqsbackofficefunction-362233117987/$SEMVER/lambda.zip
echo aws s3 cp ~/lambda.zip s3://devops-api-deploy-v4-lambda-362233117987/sr-sqsbackofficefunction/$SEMVER/lambda.zip
aws s3 cp ~/lambda.zip s3://devops-api-deploy-v4-lambda-362233117987/sr-sqsbackofficefunction/$SEMVER/lambda.zip
env:
SEMVER: ${{ needs.release.outputs.version }}

Expand Down Expand Up @@ -766,7 +766,7 @@ jobs:
aws-region: ${{ secrets.VBR_AWS_REGION_PRD }}

- name: Promote Lambda(s)
uses: Informatievlaanderen/build-pipeline/.github/actions/deploy-lambda@main
uses: Informatievlaanderen/build-pipeline/.github/actions/deploy-lambda-v4@main
with:
function-name: sr-sqsbackofficefunction
deploy-url: ${{ vars.VBR_AWS_DEPLOY_LAMBDA_DEVOPS_BASEURL }}
Expand Down Expand Up @@ -912,7 +912,7 @@ jobs:
aws-region: ${{ secrets.VBR_AWS_REGION_PRD }}

- name: Promote Lambda(s)
uses: Informatievlaanderen/build-pipeline/.github/actions/deploy-lambda@main
uses: Informatievlaanderen/build-pipeline/.github/actions/deploy-lambda-v4@main
with:
function-name: sr-sqsbackofficefunction
deploy-url: ${{ vars.VBR_AWS_DEPLOY_LAMBDA_DEVOPS_BASEURL }}
Expand Down

0 comments on commit 45be5a0

Please sign in to comment.