This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-com-v2/.gitlab-ci.yml

13 lines
166 B
YAML

stages:
- build
build-code-job:
stage: build
tags:
- build
- node
script:
- echo "Run 'npm run build' and deploy to server"
- npm run build