Commit 55f743a6 authored by Narcon Nicolas's avatar Narcon Nicolas
Browse files

CI: add the upload of slides

parent 96def523
No related merge requests found
Showing with 14 additions and 1 deletion
+14 -1
......@@ -21,4 +21,17 @@ build-image:
extends: .dind_base
script:
- docker build -t $CI_REGISTRY_IMAGE slides/.
- docker push $CI_REGISTRY_IMAGE
\ No newline at end of file
- docker push $CI_REGISTRY_IMAGE
stages:
- pages
pages:
image: gitlab-registry.irstea.fr/nicolas.narcon/presentation-pyotb-foss4g
stage: pages
script:
- mv /public public
- mv slides/* public
artifacts:
paths:
- public
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment