Commit f58fb11a authored by Emam H's avatar Emam H
Browse files

Update .gitlab-ci.yml file

parent eaa48337
Pipeline #3699 canceled with stages
stages:
- test
- deploy
variables:
NODE_IMAGE: "node:14"
before_script:
- npm install
test:
stage: test
script:
- npm test
deploy:
stage: deploy
only:
- master
script:
- npm install --production
- echo "Deploy to production..."
# Add your deployment commands here
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