File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ build_configuration_fetch: &build_configuration_fetch
6363 command : |
6464 ./awsconfiguration.sh $DEPLOY_ENV
6565 ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-buildvar
66+ aws s3 cp s3://tc-platform-${LOGICAL_ENV}/securitymanager/${LOGICAL_ENV}-platform-ui.env ./.env
6667
6768lint_steps : &lint_steps
6869 # Initialization.
Original file line number Diff line number Diff line change 1717.env.development.local
1818.env.test.local
1919.env.production.local
20+ .env
2021
2122npm-debug.log *
2223yarn-debug.log *
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Pre-existing user interfaces will be ported to here over time until this is the
1111
1212- [ Local Environment Setup] ( #local-environment-setup )
1313- [ Deployments] ( #deployments )
14+ - [ Developer Center specific setup] ( #developer-center-specific-setup )
1415- [ Yarn Commands] ( #yarn-commands )
1516
1617# Application structure
Original file line number Diff line number Diff line change @@ -10,12 +10,10 @@ export const devCenterRoutes: Array<PlatformRoute> = [
1010 {
1111 element : < GettingStartedGuide /> ,
1212 route : '/getting-started' ,
13- title : toolTitle ,
1413 } ,
1514 {
1615 element : < DevCenterLandingPage /> ,
1716 route : '/' ,
18- title : toolTitle ,
1917 } ,
2018 ] ,
2119 element : < DevCenter /> ,
Original file line number Diff line number Diff line change 2929 " src-ts"
3030 ],
3131 "exclude" : [
32- " **/*.test.*"
32+ " **/*.test.*" ,
33+ " .env"
3334 ]
34- }
35+ }
Original file line number Diff line number Diff line change 99 " src-ts/**/*"
1010 ],
1111 "exclude" : [
12- " src-ts/**/*.test*"
12+ " src-ts/**/*.test*" ,
13+ " .env"
1314 ],
1415 "rules" : {
1516 "array-type" : [
174175 " check-type"
175176 ]
176177 }
177- }
178+ }
You can’t perform that action at this time.
0 commit comments