From 8dadb5ec0b5dffa9da77e0e0bba2a90af977595b Mon Sep 17 00:00:00 2001
From: Anthony Borghi <anthony.borghi@veremes.com>
Date: Mon, 7 Mar 2022 11:17:54 +0100
Subject: [PATCH] =?UTF-8?q?r=C3=A9cup=C3=A9ration=20du=20ci/cd=20mis=20en?=
 =?UTF-8?q?=20commentaire=20pour=20l'instant?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..36d9e649
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,25 @@
+image: python:3.7-alpine
+
+variables:
+  S3_BUCKET_NAME_fr: "documentation.veremes.net/vmap/fr"
+  S3_BUCKET_NAME_DEV_fr: "documentation.veremes.net/vmap-dev/fr"
+
+# Deploiement documentation francaise
+# deploy-gtf-fr-documentation:
+#   stage: deploy
+#   script:
+#     - pip install awscli
+#     - pip install -U sphinx
+#     - pip install sphinx_rtd_theme==0.5.2
+#     - pip install sphinx-markdown-parser
+#     - pip install myst-parser
+#     - pip install pymdown-extensions
+#     - sphinx-build -b html doc/source doc/build
+#     - aws s3 cp doc/build/ s3://$S3_BUCKET_NAME_fr/ --recursive
+#   tags:
+#     - deployment
+#   only:
+#     refs:
+#       - master
+#     changes:
+#       - doc/**/*
-- 
GitLab