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
Pipeline #38505 failed
Showing with 14 additions and 1 deletion
+14 -1
...@@ -21,4 +21,17 @@ build-image: ...@@ -21,4 +21,17 @@ build-image:
extends: .dind_base extends: .dind_base
script: script:
- docker build -t $CI_REGISTRY_IMAGE slides/. - docker build -t $CI_REGISTRY_IMAGE slides/.
- docker push $CI_REGISTRY_IMAGE - docker push $CI_REGISTRY_IMAGE
\ No newline at end of file
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