Skip to content

Commit

Permalink
Fixed reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
weskubo-cgi authored and weskubo-cgi committed Jul 9, 2024
1 parent 1117e6b commit 99b82ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-openshift-backend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
# Process update-configmap
curl -s https://raw.githubusercontent.com/bcgov/${{ env.REPO_NAME }}/${{ env.BRANCH }}/tools/config/update-configmap.sh \
| bash /dev/stdin \
uat \
prod \
${{ env.APP_NAME }} \
${{ env.NAMESPACE }} \
${{ env.COMMON_NAMESPACE }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-openshift-backend-uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
# Process update-configmap
curl -s https://raw.githubusercontent.com/bcgov/${{ env.REPO_NAME }}/${{ env.BRANCH }}/tools/config/update-configmap.sh \
| bash /dev/stdin \
prod \
uat \
${{ env.APP_NAME }} \
${{ env.NAMESPACE }} \
${{ env.COMMON_NAMESPACE }} \
Expand Down

0 comments on commit 99b82ce

Please sign in to comment.