.gitlab-ci.yml 231 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:
Sulaeman's avatar
Sulaeman committed
9
    - echo "deploy to https://transfer.hft-stuttgart.de/pages/22sula1mpg/ex3_3d_ar/public"
Sulaeman's avatar
Sulaeman committed
10
11
12
13
14
  artifacts:
    paths:
      - public
  only: 
    - master