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:
stages:
- build
- test
- deploy
build:
stage: build
script:
- npm build
deploy_code:
stage: deploy
only:
- master
build:
stage: test
script:
- echo 'command deploy here.'
- node index.js
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