diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..604f9f2da2dee11f6939393f63710123cf69bf01 --- /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/32kake1mpg/simplear" + artifacts: + paths: + - public + only: + - master