diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9f5fadb6c31741d7ac353a8e126031b21b289d3..1b00714b96ed1e3b6ebc5a2ee0f67b89556eaa91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,15 @@ image: alpine:latest +stages: + - deploy + pages: stage: deploy script: - - echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" + - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" artifacts: paths: - - public - only: - - master + - public + only: + - master +