]> git.r.bdr.sh - rbdr/crowdantine/blame - .gitlab-ci.yml
Address lighthouse issues
[rbdr/crowdantine] / .gitlab-ci.yml
CommitLineData
6c43b90f
BB
1image: alpine
2
3stages:
4 - deploy
5
6pages:
7 stage: deploy
8 script:
9 - mkdir public
10 - cp index.html public
0c53d26e 11 - cp robots.txt public
6c43b90f
BB
12 artifacts:
13 paths:
14 - public
15 only:
16 - master