Commit 6ace7097 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

[cicd] fixed return code pm2 delete -s

parent 2caca8e1
......@@ -2,7 +2,7 @@ pages-devel:
stage: deploy
script:
- npm install
- pm2 delete --silent account || :
- "pm2 delete --silent account || :"
- pm2 start ./app.js --name=account
- 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