firq-dev-website/.gitlab-ci.yml

15 lines
193 B
YAML

image: node:lts
pages:
cache:
paths:
- node_modules/
script:
- npm install
- npm run build
artifacts:
paths:
- public
expire_in: 3 days
only:
- main