Skip to content

Commit

Permalink
feat: or-1965 use vr version in manual deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Oct 31, 2023
1 parent bf675d1 commit e79bce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-manual-ik4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
steps:
- name: CD
env:
BUILD_URL: ${{ secrets.VBR_AWS_BUILD_API }}/${{matrix.services}}
STATUS_URL: ${{ secrets.VBR_AWS_BUILD_STATUS_API }}/${{matrix.services}}
uses: informatievlaanderen/awscurl-polling-action/polling-action@main
BUILD_URL: ${{ secrets.VBR_AWS_BUILD_API_IK4 }}/${{matrix.services}}
STATUS_URL: ${{ secrets.VBR_AWS_BUILD_STATUS_API_IK4 }}/${{matrix.services}}
uses: informatievlaanderen/awscurl-polling-action/polling-action@vr
with:
environment: test
version: ${{ github.event.inputs.version }}
Expand Down

0 comments on commit e79bce7

Please sign in to comment.