Commit ffb1de96 authored by Krit Punpreuk's avatar Krit Punpreuk

Update .gitlab-ci.yml

parent 65f8995f
Pipeline #27 canceled with stages
before_script:
- npm install
cache: cache:
paths: paths:
- node_modules/ - node_modules/
stages: stages:
- build
- test - test
- deploy
test: build:
stage: test stage: build
script: script:
- npm install - npm build
- node index.js
tags: deploy_code:
- local-tag stage: deploy
only:
- master
script:
- echo 'command deploy here.'
after_script:
- echo 'after script here.'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment