.gitlab-ci.yml 221 Bytes
Newer Older
Sulaeman's avatar
Sulaeman committed
1
2
3
4
5
6
7
8
image: alpine:latest

stages:
    - deploy
  
pages:
  stage: deploy
  script:
Alfakhori's avatar
Alfakhori committed
9
    - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
Sulaeman's avatar
Sulaeman committed
10
11
12
13
14
  artifacts:
    paths:
      - public
  only: 
    - master