Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
7acf92fe
Commit
7acf92fe
authored
3 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
update yml config
parent
36450a27
master
MLAB-677
devel
reset-jul13
reset-merge
testing
5 merge requests
!143
updating yml config
,
!112
merge testing
,
!102
updating yml config
,
!101
updating yml config
,
!97
Mlab 87 ts
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-5
.gitlab-ci.yml
with
13 additions
and
5 deletions
+13
-5
.gitlab-ci.yml
+
13
-
5
View file @
7acf92fe
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
-
npm run clean
-
npm run build
-
rm -rf built/public/default
-
rm -rf built/routes/cert
-
rm -rf built/views
-
cp -R public/default /built/public
-
cp -R routes/cert built/routes
-
cp -R views built
-
cat $configfiledev > ./built/config/config.js
-
cat $cert > ./built/routes/cert/cert.pem
-
cat $certidp > ./built/routes/cert/cert_idp.pem
-
cat $key > ./built/routes/cert/key.pem
-
"
pm2
delete
--silent
account
||
:"
-
pm2 start ./app.js --name=account
-
pm2 start ./
built/
app.js --name=account
-
pm2 save
tags
:
-
testing
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets