"...git@transfer.hft-stuttgart.de:m4lab_tv1/user-account.git" did not exist on "908416f6b8f4e170a5a0b82424ed559b31b3815a"
Commit 4dcab6ef authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

[cicd] fixed error on empty delete

Showing with 1 addition and 1 deletion
+1 -1
......@@ -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:
......
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