Commit 2caca8e1 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

[cicd] fixed return code pm2 delete -s

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