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