diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec73d9b82cbd53f6a1216c15a894fc8b82b494ea..d14b2832b088660dc76c2ed11b6cacdc621e1947 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,14 @@ image: alpine:latest +stages: + - deploy + pages: stage: deploy script: - - echo 'Nothing to do...' + - echo "deploy to https://transfer.hft-stuttgart.de/pages//bennard.ayivor1/22aybe1mpg/" artifacts: paths: - - public - only: - - master + - public + only: + - master