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
3c614942
Commit
3c614942
authored
Sep 20, 2022
by
Rosanny Sihombing
Browse files
MLAB-677: update ci/cd
parent
c2b73ce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3c614942
...
...
@@ -6,7 +6,7 @@ deploy-testing:
-
cat $certidp > ./built/routes/cert/cert_idp.pem
-
cat $key > ./built/routes/cert/key.pem
-
"
pm2
delete
--silent
account
||
:"
-
pm2 start ./built/
app
.js --name=account
-
pm2 start ./built/
index
.js --name=account
-
pm2 save
tags
:
-
testing
...
...
@@ -22,7 +22,7 @@ deploy-master:
-
cat $key > ./routes/cert/key.pem
-
npm install
-
"
pm2
delete
--silent
account
||
:"
-
pm2 start ./
app
.js --name=account
-
pm2 start ./
index
.js --name=account
-
pm2 save
tags
:
-
production
...
...
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