config 137 Bytes
Newer Older
Riehmann's avatar
Riehmann committed
1
2
3
4
5
6
7
8
9
10
image: alpine:latest
pages:
  stage: deploy
  script:
  - echo 'Nothing to do...'
  artifacts:
    paths:
    - public/
  only:
  - main