Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
2caca8e1
Commit
2caca8e1
authored
Dec 06, 2019
by
Wolfgang Knopki
Browse files
[cicd] fixed return code pm2 delete -s
parent
a24d1138
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2caca8e1
...
...
@@ -2,8 +2,8 @@ pages-devel:
stage
:
deploy
script
:
-
npm install
-
pm2 delete --silent
./app.js
-
pm2 start ./app.js
-
pm2 delete --silent
account ||
:
-
pm2 start ./app.js
--name=account
-
pm2 save
tags
:
-
testing
...
...
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