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

Arif's avatar
Arif committed
3
4
5
stages:
    - deploy
  
GitLab's avatar
GitLab committed
6
7
8
pages:
  stage: deploy
  script:
Arif's avatar
Arif committed
9
    - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
GitLab's avatar
GitLab committed
10
11
  artifacts:
    paths:
Arif's avatar
Arif committed
12
13
14
      - public
  only: 
    - master