From 4c3e9e7e8e705e15f6a8fe9b5f838d3f0d96f842 Mon Sep 17 00:00:00 2001 From: Mbanzi Iradukunda <32mbva1mpg@hft-stuttgart.de> Date: Mon, 24 Jun 2024 13:47:19 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..47c6449 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +image: alpine:latest + +stages: + - deploy + +pages: + stage: deploy + script: + - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" + artifacts: + paths: + - public + only: + - master -- GitLab