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

Update .gitlab-ci.yml, added section for master

4 merge requests!150Testing,!144Refactoring and codes cleaning,!38Master,!31Prepare prdoucton
This commit is part of merge request !31. Comments created here will be created in the context of that merge request.
Showing with 13 additions and 1 deletion
+13 -1
......@@ -9,4 +9,16 @@ pages-devel:
- testing
only:
- testing
- test_logoutbutton
\ No newline at end of file
- test_logoutbutton
pages-devel:
stage: deploy
script:
- npm install
- "pm2 delete --silent account || :"
- pm2 start ./app.js --name=account
- 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