Create test deployment
This commit is contained in:
parent
bb27cd4489
commit
c87f6e9a9a
1 changed files with 8 additions and 0 deletions
|
@ -9,8 +9,16 @@ test:
|
||||||
- ikiwiki --setup ikiwiki.setup
|
- ikiwiki --setup ikiwiki.setup
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
tags:
|
tags:
|
||||||
- knit
|
- knit
|
||||||
|
environment:
|
||||||
|
name: Develop
|
||||||
|
url: "https://$CI_PROJECT_NAMESPACE.lab.ilot.io/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/public/index.html"
|
||||||
|
variables:
|
||||||
|
PUBLIC_URL: "/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/public"
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue