"...fwe-ade.git" did not exist on "dc0eb2c39f1f2af70c46a70b46b09ac165e1e7ac"
Commit ece0d54c authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

[cicd] fixed error on empty delete

1 merge request!2Mlab 56
Pipeline #337 failed with stage
in 9 seconds
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