Skip to content
Snippets Groups Projects
Commit 4f454b4f authored by 곽동준's avatar 곽동준
Browse files

back to the previous version

parent b2defc58
No related branches found
No related tags found
No related merge requests found
Pipeline #6389 passed
# The Docker image that will be used to build your app
image: node:its
# Functions that should be executed before the build script is run
before_script:
- npm ci
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
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