1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
image: elecnix/ikiwiki before_script: - apt-get update - apt-get install -y curl test: stage: test script: - cd backend; ikiwiki --setup ikiwiki.setup - mv html public only: - branches - tags pages: stage: deploy script: - cd backend; ikiwiki --setup ikiwiki.setup - mv html public artifacts: paths: - public only: - master