Commit 9e8d8b49 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Merge branch 'knopkiwg-testing-patch-84500' into 'testing'

Update .gitlab-ci.yml

See merge request !152
parents 8bdf5627 9f88c909
Pipeline #6633 passed with stage
in 10 seconds
......@@ -5,6 +5,7 @@ deploy-testing:
- cat $cert > ./built/routes/cert/cert.pem
- cat $certidp > ./built/routes/cert/cert_idp.pem
- cat $key > ./built/routes/cert/key.pem
- npm install
- "pm2 delete --silent account || :"
- pm2 start ./built/app.js --name=account
- pm2 save
......@@ -27,4 +28,4 @@ deploy-master:
tags:
- production
only:
- master
\ No newline at end of file
- 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