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

[cicd] fixed return code pm2 delete -s

parent a1e8a2f9
Pipeline #339 failed
......@@ -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
......
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