This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ install_dependency: &install_dependency
11
11
install_deploysuite : &install_deploysuite
12
12
name : Installation of install_deploysuite.
13
13
command : |
14
- git clone --branch v1.4 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
14
+ git clone --branch v1.4.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
15
15
cp ./../buildscript/master_deploy.sh .
16
16
cp ./../buildscript/buildenv.sh .
17
17
cp ./../buildscript/awsconfiguration.sh .
@@ -36,22 +36,24 @@ builddeploy_steps: &builddeploy_steps
36
36
command : |
37
37
./awsconfiguration.sh $DEPLOY_ENV
38
38
source awsenvconf
39
- ./buildenv.sh -e $DEPLOY_ENV -b ${DEPLOY_ENV}-topcoder-x-receiver -deployvar
39
+ ./buildenv.sh -e $DEPLOY_ENV -b ${DEPLOY_ENV}-${APPNAME} -deployvar
40
40
source buildenvvar
41
- ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s dev -global-appvar,${DEPLOY_ENV}-topcoder-x-receiver -appvar -i topcoder-x-receiver
41
+ ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${DEPLOY_ENV} -global-appvar,${DEPLOY_ENV}-${APPNAME} -appvar -i topcoder-x-receiver
42
42
jobs :
43
43
# Build & Deploy against development backend
44
44
" build-dev " :
45
45
<< : *defaults
46
46
environment :
47
47
DEPLOY_ENV : " dev"
48
+ APPNAME : " topcoder-x-receiver"
48
49
steps : *builddeploy_steps
49
50
50
51
# Build & Deploy against production backend
51
52
" build-prod " :
52
53
<< : *defaults
53
54
environment :
54
55
DEPLOY_ENV : " prod"
56
+ APPNAME : " topcoder-x-receiver"
55
57
steps : *builddeploy_steps
56
58
57
59
workflows :
You can’t perform that action at this time.
0 commit comments