Skip to content

Commit

Permalink
fix: added output for staging ik4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage authored and janlesage committed Nov 20, 2023
1 parent de78bce commit 30c15ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/staging-manual-ik4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
'adminprojections',
]
steps:
- name: secrets
shell: bash
if: always()
run: |
echo Build API: ${{ secrets.VBR_AWS_BUILD_API }}
echo Status: ${{ secrets.VBR_AWS_BUILD_STATUS_API }}
- name: CD
env:
BUILD_URL: ${{ secrets.VBR_AWS_BUILD_API }}/${{matrix.services}}
Expand Down

0 comments on commit 30c15ad

Please sign in to comment.