.gitlab-ci.yml 222 Bytes
Newer Older
1
image: alpine:latest
Joe's avatar
update    
Joe committed
2

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