diff --git a/project b/project new file mode 100644 index 0000000000000000000000000000000000000000..71118e6929c0b402ab7d1c021ec3f4ad510b5d99 --- /dev/null +++ b/project @@ -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