.gitlab-ci.yml 231 Bytes
Newer Older
Tsymbal's avatar
Tsymbal committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: alpine:latest

stages:
    - deploy
  
pages:
  stage: deploy
  script:
    - echo "deploy to https://transfer.hft-stuttgart.de/pages/darynatsymbal16/AR_project/"
  artifacts:
    paths:
      - public
  only: 
    - master