.gitlab-ci.yml 193 Bytes
Newer Older
1
image: alpine:latest
2

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