Commit ece0d54c authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

[cicd] fixed error on empty delete

parent 2d16b7bb
...@@ -2,7 +2,7 @@ pages-devel: ...@@ -2,7 +2,7 @@ pages-devel:
stage: deploy stage: deploy
script: script:
- npm install - npm install
- pm2 delete ./app.js - pm2 delete --silent ./app.js
- pm2 start ./app.js - pm2 start ./app.js
- pm2 save - pm2 save
tags: tags:
......
Markdown is supported
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