Skip to content
Snippets Groups Projects
Commit d9df13c3 authored by Hwanyong Lee's avatar Hwanyong Lee
Browse files

Update .gitlab-ci.yml

parent 7e14d754
No related branches found
No related tags found
No related merge requests found
Pipeline #9663 passed
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
image: busybox
image: alpine:latest
pages:
stage: deploy
script:
- echo "The site will be deployed to $CI_PAGES_URL"
- echo 'Nothing to do...'
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
only:
- master
tags:
- pages
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment