Commit 37b1e1d7 authored by Emam H's avatar Emam H
Browse files

Update .gitlab-ci.yml file

parent f58fb11a
Pipeline #3700 canceled with stage
stages:
- test
- deploy
variables:
NODE_IMAGE: "node:14"
before_script:
- npm install
test:
stage: test
build_job:
script:
- npm test
deploy:
stage: deploy
only:
- master
script:
- npm install --production
- echo "Deploy to production..."
# Add your deployment commands here
- echo "hello form gitlab"
\ No newline at end of file
Supports Markdown
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