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

fixed cicd pipeline pm2 restart

parent 6f63a213
Pipeline #336 passed with stage
in 9 seconds
...@@ -2,7 +2,8 @@ pages-devel: ...@@ -2,7 +2,8 @@ pages-devel:
stage: deploy stage: deploy
script: script:
- npm install - npm install
- pm2 restart ./app.js - pm2 delete ./app.js
- pm2 start ./app.js
- 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