image: alpine stages: - deploy pages: stage: deploy script: - mkdir public - cp index.html public artifacts: paths: - public only: - master