diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 40f4c5941..5a1c59e23 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -31,7 +31,7 @@ jobs: Thanks for the PR! Any successful deployments (not always required) will be available below. - [Backend](https://${{ env.PREFIX }}-backend.${{ env.DOMAIN }}/api) + [Backend](https://${{ env.PREFIX }}-backend.${{ env.DOMAIN }}/actuator/health) [Frontend](https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}) Once merged, code will be promoted and handed off to following workflow run.