Skip to content
Snippets Groups Projects
Commit 10ffd82d authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

new file: .gitlab-ci.yml

parent 500a2da0
No related branches found
No related tags found
No related merge requests found
image: node:latest
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
paths:
- node_modules/
pages:
script:
- npm install
- ./node_modules/.bin/gatsby build --prefix-paths
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment