Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-deploy-utils
Commits
36b056e8
Commit
36b056e8
authored
Jan 09, 2017
by
QA-甘 盛聪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
1308b4f2
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
database_sync.sh
sh-utils/deploy/database_sync.sh
+1
-1
multiple_deploy.sh
sh-utils/deploy/multiple_deploy.sh
+1
-1
other_deploy.sh
sh-utils/deploy/other_deploy.sh
+1
-1
ui_deploy.sh
sh-utils/deploy/ui_deploy.sh
+1
-1
No files found.
sh-utils/deploy/database_sync.sh
View file @
36b056e8
...
@@ -21,7 +21,7 @@ use_public_ip =$6
...
@@ -21,7 +21,7 @@ use_public_ip =$6
work_path
=
/home/quant_group
work_path
=
/home/quant_group
# work_path=/Users/eileen/QG/dev
# work_path=/Users/eileen/QG/dev
db_backup
=
$work_path
/db_backup
db_backup
=
$work_path
/db_backup
utils_path
=
$work_path
/
test
-utils
utils_path
=
$work_path
/
qa-deploy
-utils
function
database_ops
()
function
database_ops
()
{
{
...
...
sh-utils/deploy/multiple_deploy.sh
View file @
36b056e8
...
@@ -11,7 +11,7 @@ source ~/.bash_profile
...
@@ -11,7 +11,7 @@ source ~/.bash_profile
module_type
=
$1
module_type
=
$1
target_host
=
$2
target_host
=
$2
use_public_ip
=
$3
use_public_ip
=
$3
utils_path
=
/home/quant_group/
test
-utils
utils_path
=
/home/quant_group/
qa-deploy
-utils
java_module_list
=
'black-hole di-ting du-jiang-yan financial-system gyxd han-gu-guan jian-men-guan mall pay-center quartz spider-center xyqb xyqb-offline'
java_module_list
=
'black-hole di-ting du-jiang-yan financial-system gyxd han-gu-guan jian-men-guan mall pay-center quartz spider-center xyqb xyqb-offline'
if
[[
"
${
module_type
}
"
=
"java"
]]
if
[[
"
${
module_type
}
"
=
"java"
]]
...
...
sh-utils/deploy/other_deploy.sh
View file @
36b056e8
...
@@ -19,7 +19,7 @@ re_load_config=$8
...
@@ -19,7 +19,7 @@ re_load_config=$8
work_path
=
/home/quant_group
work_path
=
/home/quant_group
backup_path
=
/home/quant_group/remote_backup
backup_path
=
/home/quant_group/remote_backup
utils_path
=
/home/quant_group/
test
-utils
utils_path
=
/home/quant_group/
qa-deploy
-utils
echo
"job name is
${
JOB_NAME
}
"
echo
"job name is
${
JOB_NAME
}
"
...
...
sh-utils/deploy/ui_deploy.sh
View file @
36b056e8
...
@@ -26,7 +26,7 @@ fi
...
@@ -26,7 +26,7 @@ fi
use_public_ip
=
$9
use_public_ip
=
$9
replace
=
true
replace
=
true
utils_path
=
/home/quant_group/
test
-utils
utils_path
=
/home/quant_group/
qa-deploy
-utils
if
[
"
$checkout_branch
"
=
true
]
;
then
if
[
"
$checkout_branch
"
=
true
]
;
then
echo
"Step 1: checkout branch:
$branch_name
"
echo
"Step 1: checkout branch:
$branch_name
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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