Skip to content

Commit

Permalink
chore: or-2441 use new build and status urls
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Sep 26, 2024
1 parent 3da3d13 commit e3876fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-manual-ik4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: CD
id: awscurl-polling-action
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 }}/${{matrix.services}}/test/deploy/v4
STATUS_URL: ${{ secrets.VBR_AWS_BUILD_STATUS_API }}/${{matrix.services}}/test/deploy/v4/status
uses: informatievlaanderen/awscurl-polling-action/polling-action@v2.1.0
with:
environment: test
Expand Down Expand Up @@ -63,8 +63,8 @@ jobs:
- name: CD
id: awscurl-polling-action
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 }}/${{matrix.services}}/test/deploy/v4
STATUS_URL: ${{ secrets.VBR_AWS_BUILD_STATUS_API }}/${{matrix.services}}/test/deploy/v4/status
uses: informatievlaanderen/awscurl-polling-action/polling-action@v2.1.0
with:
environment: test
Expand Down

0 comments on commit e3876fc

Please sign in to comment.