Files
website-typo3/.gitlab-ci.yml
T

16 lines
190 B
YAML

image: node:10.4.1
cache:
paths:
- node_modules/
stages:
- build
build:
stage: build
before_script:
- npm install
script:
- node node_modules/.bin/encore production