Skip to content

Commit

Permalink
echo some envs
Browse files Browse the repository at this point in the history
  • Loading branch information
kiiskila-bcgov committed Aug 22, 2024
1 parent 28f6f7a commit c179932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:

- name: Deploy with Helm
run: |
echo ${{ env.REGISTRY }}
echo ${{ env.IMAGE_NAME }}
echo ${{ needs.build_and_push.outputs.image_tag }}
helm upgrade --install kiln ./helm \
--namespace ${{ github.ref == 'refs/heads/main' && secrets.OPENSHIFT_PROD_NAMESPACE || (github.ref == 'refs/heads/dev' && secrets.OPENSHIFT_DEV_NAMESPACE) || secrets.OPENSHIFT_TEST_NAMESPACE }} \
--set image.repository=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} \
Expand Down

0 comments on commit c179932

Please sign in to comment.