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

pages:
  stage: deploy
  script:
Thapa's avatar
Thapa committed
6
  - echo "deploy to https://transfer.hft-stuttgart.de/gitlab/luxthapa6363/visualization/public"
GitLab's avatar
GitLab committed
7
8
9
10
11
  artifacts:
    paths:
    - public
  only:
  - master