Skip to content

Commit

Permalink
update backend deploy to dev to use env branch instead of main by def…
Browse files Browse the repository at this point in the history
…ault for configmap update script
  • Loading branch information
suzalflueck committed Jan 8, 2025
1 parent 3dedd86 commit c719b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-deploy-backend-to-ocp-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
| oc apply -n ${{ env.OPENSHIFT_NAMESPACE }} -f -
# update configmap
curl -s https://raw.githubusercontent.com/bcgov/${{ env.APP_NAME }}/refs/heads/main/tools/openshift/update-configmap-backend.sh | bash /dev/stdin \
curl -s https://raw.githubusercontent.com/bcgov/${{ env.APP_NAME }}/refs/heads/${{ env.BRANCH }}/tools/openshift/update-configmap-backend.sh | bash /dev/stdin \
${{ env.TARGET_ENV }} \
${{ env.APP_NAME }} \
${{ env.OPENSHIFT_NAMESPACE }} \
Expand Down

0 comments on commit c719b1e

Please sign in to comment.