.gitlab-ci.yml 189 Bytes
Newer Older
1
image: alpine:latest
Bao's avatar
Bao committed
2

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