From 2c04b80e152c754b28ab49c477ada9407e8c4efe Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Tue, 11 Feb 2020 22:46:07 +0100 Subject: [PATCH] =?UTF-8?q?repose=20un=20gitlab=20CI=20le=20temps=20de=20t?= =?UTF-8?q?rouver=20un=20h=C3=A9bergeur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..200690b --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +image: alpine:latest + +pages: + stage: deploy + script: + - echo 'Nothing to do...' + artifacts: + paths: + - content + only: + - master