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
2021-04-01 03:41:55 +10:30

15 lines
221 B
YAML

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