Skip to content

Commit

Permalink
Update deploy-to.openshift-dev-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaDeveloper456788 authored Oct 8, 2024
1 parent 6e590a9 commit 630ed9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to.openshift-dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
ARTIFACTORY_REPO: artifacts.developer.gov.bc.ca
APP_NAME: ecas
REPO_NAME: educ-ecas
BRANCH: master
BRANCH: test_github_actions
APP_NAME_FRONTEND: ecas-frontend
APP_NAME_API: ecas-api
APP_NAME_CAS: cas-api
Expand All @@ -41,7 +41,7 @@ env:
'on':
push:
branches:
- master
- test_github_actions
jobs:
build-and-deploy-dev:
name: Build and deploy to DEV
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
oc create imagestream ${{ env.REPO_NAME }}-cas-api> /dev/null || true && echo "CAS API image stream in place"
oc tag ${{ steps.build-image-frontend.outputs.image }} ${{env.REPO_NAME }}-frontend:${{ env.TAG_DEV }}
oc tag ${{ steps.build-image-frontend.outputs.image }} educ-ecas-frontend:${{ env.TAG_DEV }}
echo "Frontend tag success"
Expand Down

0 comments on commit 630ed9a

Please sign in to comment.