diff --git a/gitlab-ci.yml b/gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..8317909db83c5c60da266d67fa8f99b9b3255910 --- /dev/null +++ b/gitlab-ci.yml @@ -0,0 +1,15 @@ +image: alpine:latest + +stages: + - deploy + +pages: + stage: deploy + script: + - echo "deploy to https://transfer.hft-stuttgart.de/pages/Ramirez/AR_trial/" + artifacts: + paths: + - public + only: + - master +