]>
git.r.bdr.sh - rbdr/crowdantine/blame_incremental - .gitlab-ci.yml
... / ...
Commit | Line | Data |
| 1 | image: alpine |
| 2 | |
| 3 | stages: |
| 4 | - deploy |
| 5 | |
| 6 | pages: |
| 7 | stage: deploy |
| 8 | script: |
| 9 | - mkdir public |
| 10 | - cp index.html public |
| 11 | - cp robots.txt public |
| 12 | artifacts: |
| 13 | paths: |
| 14 | - public |
| 15 | only: |
| 16 | - master |