.gitlab-ci.yml 175 Bytes
Newer Older
GitLab's avatar
GitLab committed
1
2
3
4
5
image: alpine:latest

pages:
  stage: deploy
  script:
Ramirez's avatar
Ramirez committed
6
  - echo 'https://transfer.hft-stuttgart.de/gitlab/bramirez/civ'
GitLab's avatar
GitLab committed
7
8
9
10
  artifacts:
    paths:
    - public
  only:
Ramirez's avatar
Ramirez committed
11
  - master