diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 703c65d70200a48ea9d4812055e8314a042b322a..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,14 +0,0 @@ -image: alpine:latest - -stages: - - deploy - -pages: - stage: deploy - script: - - echo "deploy to https://transfer.hft-stuttgart.de/pages/32kake1mpg/simplear" - artifacts: - paths: - - public - only: - - master