Skip to content

Commit

Permalink
Update build-n-deploy-backend-to-ocp-dev.yml
Browse files Browse the repository at this point in the history
updated os version
  • Loading branch information
shaunlumbcgov authored Oct 31, 2024
1 parent 3578dac commit f2f41cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-n-deploy-backend-to-ocp-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
MIN_MEM: "200Mi"
MAX_MEM: "250Mi"
MIN_REPLICAS: "1"
MAX_REPLICAS: "1"
MAX_REPLICAS: "2"

# SITE_URL should have no scheme or port. It will be prepended with https://
HOST_ROUTE: ${{ secrets.SITE_URL }}
Expand All @@ -46,7 +46,7 @@ jobs:
openshift-ci-cd:
name: Build & Deploy Backend to DEV
# ubuntu-latest can also be used.
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment: dev

outputs:
Expand Down Expand Up @@ -169,6 +169,6 @@ jobs:
oc rollout status dc/${{ env.IMAGE_NAME }}-dc
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.3.0
uses: zaproxy/action-full-scan@v0.10.0
with:
target: 'https://educ-grad-admin-bbe4c3-dev.apps.silver.devops.gov.bc.ca'

0 comments on commit f2f41cd

Please sign in to comment.