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

fixed cicd pipeline pm2 restart

1 merge request!2Mlab 56
Pipeline #336 passed with stage
in 9 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -2,7 +2,8 @@ pages-devel:
stage: deploy
script:
- npm install
- pm2 restart ./app.js
- pm2 delete ./app.js
- pm2 start ./app.js
- pm2 save
tags:
- testing
......
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