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 9, 2024
1 parent 651a006 commit bc857b4
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 @@ -37,7 +37,7 @@ env:
MAX_MEM: 500Mi
MIN_REPLICAS_TEST: '2'
MAX_REPLICAS_TEST: '3'
DOCKER_API_VERSION: 1.24

HOST_ROUTE: '${{ secrets.SITE_URL }}'
'on':
push:
Expand Down Expand Up @@ -153,8 +153,8 @@ jobs:
registry: ${{ env.DOCKER_ARTIFACTORY_REPO }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Docker service restart
run: sudo service docker restart
- name: Docker upgrade
run: docker-machine upgrade default
- name: Push frontend to registry
id: push-image-frontend
uses: redhat-actions/push-to-registry@v2
Expand Down

0 comments on commit bc857b4

Please sign in to comment.