Commit 4dcab6ef authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

[cicd] fixed error on empty delete

parent f1e37e81
......@@ -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:
......
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