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 02:40:06 +10:30

12 lines
142 B
YAML

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