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

added cicd configuration

parent 3140a9c2
pages-devel:
stage: deploy
script:
- npm install
- "pm2 delete --silent project || :"
- pm2 start ./app.js --name=project
- pm2 save
tags:
- testing
only:
- testing
pages-devel:
stage: deploy
script:
- npm install
- "pm2 delete --silent project || :"
- pm2 start ./app.js --name=project
- pm2 save
tags:
- production
only:
- master
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