Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 8c9d132

Browse files
committed
Merge pull request #187 from butlerx/circle-ci-update
add circle file
2 parents 37e83f4 + 8547151 commit 8c9d132

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

circle.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

crowdin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
api_key: <%= ENV['CROWDIN_API_KEY'] %>
2+
project_identifier: zen-community-platform
13
base_path: .
2-
4+
35
files:
46
-
57
source: '/email-templates/auth-create-reset-en_US/users-auth-create-reset.text.ejs'
@@ -48,5 +50,3 @@ files:
4850
dest: '/invite-parent-guardian.text.txt'
4951
translation: '/email-templates/invite-parent-guardian-%locale_with_underscore%/%file_name%.ejs'
5052
type: 'txt'
51-
52-

0 commit comments

Comments
 (0)