Skip to content

Commit

Permalink
feat: Environmnet test (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond authored Dec 11, 2024
1 parent f0eb250 commit d7fa3d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ jobs:
overwrite: true
parameters:
-p TAG=${{ inputs.tag }} -p TARGET=${{ inputs.target }}
-p SSOAUTH=${{ vars.SSO_AUTH_SERVER_URL }}
5 changes: 4 additions & 1 deletion frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ parameters:
- name: TARGET
description: Deployment target; e.g. PR number, test or prod
required: true
- name: SSOAUTH
description: SSO Auth Server URL
required: true
objects:
- kind: Service
apiVersion: v1
Expand Down Expand Up @@ -70,7 +73,7 @@ objects:
- name: VITE_PORT
value: '5173'
- name: SSO_AUTH_SERVER_URL
value: ${{ vars.SSO_AUTH_SERVER_URL }}
value: ${SSOAUTH}
- name: SSO_CLIENT_ID
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit d7fa3d8

Please sign in to comment.