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

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