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

Update .gitlab-ci.yml

parent 3b596a8a
No related branches found
No related tags found
No related merge requests found
image: alpine:latest # The Docker image that will be used to build your app
image: node:its
pages: # Functions that should be executed before the build script is run
stage: deploy before_script:
script: - npm ci
- 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