image: alpine stages: - deploy pages: stage: deploy script: - echo 'publishing...' artifacts: paths: - public only: - master allow_failure: true