added gitlab-ci

This commit is contained in:
Solomon Laing 2021-04-01 02:40:06 +10:30
parent 08cbdd2c69
commit c53577274c

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
stages:
- build
build-code-job:
stage: build
tags:
- build
- node
script:
- echo "Run 'npm build' and deploy to server"