From 645ff372164f743415c44bc37c37fe23c7a49a77 Mon Sep 17 00:00:00 2001 From: Koen Metsu Date: Mon, 30 Oct 2023 09:59:41 +0100 Subject: [PATCH] feat: or-1965 deploy using ik4 api --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acfeaaa8b..eb7aade78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -956,8 +956,8 @@ jobs: - name: CD if: needs.release.outputs.version != 'none' env: - BUILD_URL: ${{ secrets.VBR_AWS_BUILD_API }}/${{matrix.services}} - STATUS_URL: ${{ secrets.VBR_AWS_BUILD_STATUS_API }}/${{matrix.services}} + BUILD_URL: ${{ secrets.VBR_AWS_BUILD_API_IK4 }}/${{matrix.services}} + STATUS_URL: ${{ secrets.VBR_AWS_BUILD_API_IK4 }}/${{matrix.services}} uses: informatievlaanderen/awscurl-polling-action/polling-action@main with: environment: test