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:
stage: deploy
script:
- npm install
- pm2 restart ./app.js
- pm2 delete ./app.js
- pm2 start ./app.js
- pm2 save
tags:
- 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