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
4dcab6ef
Commit
4dcab6ef
authored
Dec 06, 2019
by
Wolfgang Knopki
Browse files
[cicd] fixed error on empty delete
parent
f1e37e81
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4dcab6ef
...
...
@@ -2,7 +2,7 @@ pages-devel:
stage
:
deploy
script
:
-
npm install
-
pm2 delete ./app.js
-
pm2 delete
--silent
./app.js
-
pm2 start ./app.js
-
pm2 save
tags
:
...
...
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