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

Update .gitlab-ci.yml

parent a292355b
......@@ -8,4 +8,16 @@ pages-devel:
tags:
- testing
only:
- testing
\ No newline at end of file
- testing
pages-devel:
stage: deploy
script:
- npm install
- "pm2 delete --silent project || :"
- pm2 start ./app.js --name=project
- pm2 save
tags:
- production
only:
- master
\ No newline at end of file
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