Skip to content
Snippets Groups Projects
Commit c7b81b74 authored by Shin sangmin's avatar Shin sangmin :zzz:
Browse files

Update .gitlab-ci.yml file

parent 2e0dd521
Branches
No related tags found
No related merge requests found
Pipeline #5564 passed
...@@ -3,9 +3,11 @@ image: alpine:latest ...@@ -3,9 +3,11 @@ image: alpine:latest
pages: pages:
stage: deploy stage: deploy
script: script:
- echo 'Nothing to do...' - echo 'public page deploy'
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- master - master
tags:
- pages
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment