Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Emam H
simple-ci-cd
Commits
f58fb11a
Commit
f58fb11a
authored
Jan 17, 2024
by
Emam H
Browse files
Update .gitlab-ci.yml file
parent
eaa48337
Pipeline
#3699
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
f58fb11a
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment