Skip to content

Commit

Permalink
fix: oracle prod hosts (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMCampos committed Aug 9, 2024
1 parent fbce61e commit 61cbf4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
-p ORACLE_SYNC_USER='${{ vars.ORACLE_SYNC_USER }}'
-p ORACLE_SYNC_PASSWORD='${{ secrets.ORACLE_SYNC_PASSWORD }}'
-p ORACLE_CERT_SECRET='${{ secrets.ORACLE_CERT_SECRET }}'
-p ORACLE_HOST='${{ vars.ORACLE_HOST }}'

- name: Database
if: steps.triggers.outputs.core == 'true' || steps.triggers.outputs.sync == 'true'
Expand Down
1 change: 1 addition & 0 deletions common/openshift.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ parameters:
- name: ORACLE_HOST
description: Oracle database host
value: nrcdb03.bcgov
required: true
- name: ORACLE_SERVICE
description: Oracle service name
value: dbq01.nrs.bcgov
Expand Down

0 comments on commit 61cbf4a

Please sign in to comment.