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

Update .gitlab-ci.yml

3 merge requests!15Prepare production,!14Testing,!12Mlab 240
Showing with 13 additions and 1 deletion
+13 -1
......@@ -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
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