Skip to content
Snippets Groups Projects
Commit 622ab701 authored by Raphael Das Gupta's avatar Raphael Das Gupta
Browse files

add review "app"

but instead of deploying to a live environment,
simply link to the landing page in the artifacts.
This adds a "View app" button to merge requests,
making it easier to review the respective build results.
parent 4fbf17a4
No related branches found
No related tags found
No related merge requests found
Pipeline #111246 passed
......@@ -16,6 +16,9 @@ pages: &pages_job
artifacts:
paths:
- public
environment:
name: review/$CI_COMMIT_REF_NAME
url: ${CI_PROJECT_URL}/-/jobs/artifacts/${CI_COMMIT_REF_NAME}/file/public/index.html?job=${CI_JOB_NAME}
pages_without_deployment:
<<: *pages_job
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment