built-to-spell/.gitlab-ci.yml
2022-03-26 15:15:03 -07:00

13 lines
182 B
YAML

image: node:lts
workflow:
rules:
- if: '$CI_COMMIT_BRANCH == "production-test"'
pages:
script:
- npm install
- npm run build
artifacts:
paths:
- public