Skip to content

Commit 36c6668

Browse files
authored
Merge pull request #154 from m-lab/prod-config
Add mlab-oti credentials and prod autodeploy
2 parents b608f08 + 9600773 commit 36c6668

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,18 @@ deploy:
102102
tag: true
103103
condition: $TRAVIS_TAG == ndt-staging-*
104104

105+
# PROD: Should be used AFTER code review and commit to master branch. Triggers
106+
# when *ANY* branch is tagged with ndt-prod-*'
107+
- provider: script
108+
script: $TRAVIS_BUILD_DIR/travis/deploy_app.sh mlab-oti
109+
/tmp/mlab-oti.json $TRAVIS_BUILD_DIR/cmd/etl_worker app-ndt-prod.yaml
110+
skip_cleanup: true
111+
on:
112+
repo: m-lab/etl
113+
all_branches: true
114+
tag: true
115+
condition: $TRAVIS_TAG == ndt-prod-*
116+
105117
######################################################################
106118
## Service: etl-sidestream-parser -- AppEngine Flexible Environment.
107119
# SANDBOX: before code review for development code in a specific branch.

keys/service-accounts.tar.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)