Skip to content
Snippets Groups Projects
Commit e17f6c1a authored by LAMRINI Houda's avatar LAMRINI Houda
Browse files

Update .gitlab-ci.yml file

parent 3b9169f5
Branches
No related tags found
No related merge requests found
Pipeline #47276 canceled
stages:
- build_stage
- deploy_stage
build: build:
stage: build_stage
script: script:
- apt update -y - apt update -y
- apt install npm -y - apt install npm -y
- npm install - npm install
deploy: deploy:
stage: deploy_stage
script: script:
- apt update -y - apt update -y
- apt install nodejs -y - apt install nodejs -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment