This repository was archived by the owner on Dec 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Original file line number Diff line number Diff line change
1
+ machine :
2
+ node :
3
+ version : 0.10.40
4
+ environment :
5
+ LANG : en_US.utf8
6
+ dependencies :
7
+ pre :
8
+ - gem install crowdin-cli
9
+ - crowdin-cli upload sources
10
+ - for lang in it pt-PT de nl ro es-ES el pl et bg tr ja hi lt; do crowdin-cli download -l $lang; done
11
+ override :
12
+ - npm install
13
+ test :
14
+ override :
15
+ - npm run test
16
+ deployment :
17
+ production :
18
+ branch : master
19
+ codedeploy :
20
+ cp-users-service :
21
+ application_root : /
22
+ region : eu-west-1
23
+ revision_location :
24
+ revision_type : S3
25
+ s3_location :
26
+ bucket : zen-deployments
27
+ key_pattern : applications/cp-users-service-ci-{BUILD_NUM}.zip
28
+ deployment_group : prod-zen
29
+ deployment_config : CodeDeployDefault.OneAtATime
Original file line number Diff line number Diff line change
1
+ api_key : <%= ENV['CROWDIN_API_KEY'] %>
2
+ project_identifier : zen-community-platform
1
3
base_path : .
2
-
4
+
3
5
files :
4
6
-
5
7
source : ' /email-templates/auth-create-reset-en_US/users-auth-create-reset.text.ejs'
48
50
dest : ' /invite-parent-guardian.text.txt'
49
51
translation : ' /email-templates/invite-parent-guardian-%locale_with_underscore%/%file_name%.ejs'
50
52
type : ' txt'
51
-
52
-
You can’t perform that action at this time.
0 commit comments