Skip to content

Commit

Permalink
feat: or-1965 deploy using ik4 api
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Oct 30, 2023
1 parent 1118a9e commit 645ff37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 645ff37

Please sign in to comment.