Commit f1e37e81 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

fixed cicd pipeline pm2 restart

parent 50047af7
...@@ -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