diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43300041eab241f20acc2042174442ee5ca0b2a2..c9f5fadb6c31741d7ac353a8e126031b21b289d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,11 @@ -# This file is a template, and might need editing before it works on your project. -# Full project: https://gitlab.com/pages/plain-html +image: alpine:latest + pages: stage: deploy script: - - mkdir .public - - cp -r * .public - - mv .public public + - echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" artifacts: paths: - - public - rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + - public + only: + - master