"git@transfer.hft-stuttgart.de:02mami1mma/visualization.git" did not exist on "40d9c49bfdcbf5d9258401b23472cacf205e62b3"
Commit 03704826 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

[cicd] fixed return code pm2 delete -s

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