Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
53937cc8
Commit
53937cc8
authored
Sep 18, 2020
by
Wolfgang Knopki
Browse files
[bugfix] certificates moved to variables, cicd config adapted
parent
9ec78939
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
53937cc8
...
...
@@ -2,6 +2,9 @@ deploy-testing:
stage
:
deploy
script
:
-
cat $configfiledev > ./config/config.js
-
cat $cert > ./routes/cert/cert.pem
-
cat $certidp > ./routes/cert/cert_idp.pem
-
cat $key > ./routes/cert/key.pem
-
npm install
-
"
pm2
delete
--silent
account
||
:"
-
pm2 start ./app.js --name=account
...
...
@@ -15,6 +18,9 @@ deploy-master:
stage
:
deploy
script
:
-
cat $configfileprod > ./config/config.js
-
cat $cert > ./routes/cert/cert.pem
-
cat $certidp > ./routes/cert/cert_idp.pem
-
cat $key > ./routes/cert/key.pem
-
npm install
-
"
pm2
delete
--silent
account
||
:"
-
pm2 start ./app.js --name=account
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment