aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: b5c6c9af2721b81274409648eeb5298073fc129e (plain)
1
2
3
4
5
6
7
8
image: alpine:latest
pages:
  stage: deploy
  script:
  - mv seeother public
  artifacts:
    paths:
    - public