Skip to content

Commit 105659e

Browse files
authored
chore(ci): simplify non-PROD frontend URLs (#2000)
1 parent 58f0384 commit 105659e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/job-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
artifact_name: "zap_frontend"
5757
cmd_options: "-a"
5858
issue_title: "ZAP: frontend"
59-
target: https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}
59+
target: https://${{ env.PREFIX }}.${{ env.DOMAIN }}

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@0b8121a528aaa05ef8def2f79be9081691dfe98a # v0.9.0
3030
with:
3131
markdown_links: |
32-
- [Frontend](https://${{ github.event.repository.name }}-${{ needs.init.outputs.mod-tag }}-frontend.apps.silver.devops.gov.bc.ca/)
32+
- [Frontend](https://${{ github.event.repository.name }}-${{ needs.init.outputs.mod-tag }}.apps.silver.devops.gov.bc.ca/)
3333
- [Backend](https://${{ github.event.repository.name }}-${{ github.event.number }}-backend.apps.silver.devops.gov.bc.ca/swagger-ui/index.html)
3434
- [Oracle-API](https://${{ github.event.repository.name }}-${{ github.event.number }}-oracle-api.apps.silver.devops.gov.bc.ca/actuator/health)
3535

frontend/openshift.deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ objects:
137137
app: ${NAME}-${ZONE}
138138
name: ${NAME}-${ZONE}-${COMPONENT}
139139
spec:
140-
host: ${NAME}-${FAM_MODDED_ZONE}-${COMPONENT}.${DOMAIN}
140+
host: ${NAME}-${FAM_MODDED_ZONE}.${DOMAIN}
141141
port:
142142
targetPort: 3000-tcp
143143
to:

0 commit comments

Comments
 (0)