Commit 1278d3ed authored by Krit Punpreuk's avatar Krit Punpreuk

Update .gitlab-ci.yml

parent ffb1de96
Pipeline #28 canceled with stage
...@@ -8,19 +8,16 @@ cache: ...@@ -8,19 +8,16 @@ cache:
stages: stages:
- build - build
- test - test
- deploy
build: build:
stage: build stage: build
script: script:
- npm build - npm build
deploy_code: build:
stage: deploy stage: test
only:
- master
script: script:
- echo 'command deploy here.' - node index.js
after_script: after_script:
- echo 'after script here.' - 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