.gitlab-ci.yml 193 Bytes
Newer Older
Wolfgang Knopki's avatar
Wolfgang Knopki committed
1
image: alpine:latest
GitLab's avatar
GitLab committed
2

Wolfgang Knopki's avatar
Wolfgang Knopki committed
3
pages:
GitLab's avatar
GitLab committed
4
5
  stage: deploy
  script:
Wolfgang Knopki's avatar
Wolfgang Knopki committed
6
7
8
9
10
11
  - echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
  artifacts:
    paths:
    - public
  only:
  - master