CONTRIBUTING.md 221 Bytes
Newer Older
Negash's avatar
Negash committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: alpine:latest

stages:
    - deploy
  
pages:
  stage: deploy
  script:
    - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
  artifacts:
    paths:
      - public
  only: 
    - master