diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec73d9b82cbd53f6a1216c15a894fc8b82b494ea..47c644948716a8e9f31b328bee9dc549f170546a 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/$CI_PROJECT_PATH/" artifacts: paths: - - public - only: - - master + - public + only: + - master