From 22381e5d353a84a1696582819d76a8f04cc6c759 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Fri, 9 Apr 2021 11:48:27 +0000 Subject: [PATCH] Add .gitlab-ci.yml --- .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..8103738 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +pages-devel: + stage: deploy + script: + - auto_webserverconfig config.conf + artifacts: + paths: + - public + tags: + - testing + only: + - master -- GitLab